Use positional argument for blueprint 'apply' command

This commit is contained in:
KtorZ
2023-02-07 11:42:42 +01:00
parent b04fb5962a
commit 4aa92a6d5e

View File

@@ -24,7 +24,6 @@ pub struct Args {
purpose: Option<String>,
/// The parameter, using high-level UPLC-syntax
#[clap(long)]
parameter: String,
}