fix notes cli parsing
This commit is contained in:
parent
1dc5db9bd2
commit
3fd3dafc0d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ pub(super) struct PlayOpts {
|
|||
#[command(flatten)]
|
||||
input: InputGroup,
|
||||
/// Set available notes ("a,b,c" for example)
|
||||
#[arg(short, long)]
|
||||
#[arg(short, long, value_delimiter = ',')]
|
||||
notes: Vec<String>,
|
||||
/// Set the signal expression (instrument) used to generate music samples
|
||||
#[arg(short, long, default_value = DEFAULT_INSTRUMENT)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue