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
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 0 additions and 1 deletions

View File

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