mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
chore: clarify value delimiter for extensions and features options
This commit is contained in:
parent
0fab6f9f41
commit
4808647cea
1 changed files with 2 additions and 2 deletions
|
|
@ -29,10 +29,10 @@ struct Args {
|
|||
#[arg(short, long)]
|
||||
/// CKAN version to install defined by semantic versioning from official releases from https://github.com/ckan/ckan
|
||||
ckan_version: Option<String>,
|
||||
/// List of CKAN extensions to install, separated by either commas or spaces
|
||||
/// List of CKAN extensions to install, separated by spaces
|
||||
#[arg(short, long, value_parser, num_args = 1.., value_delimiter = ' ')]
|
||||
extensions: Option<Vec<String>>,
|
||||
/// List of custom features, separated by either commas or spaces
|
||||
/// List of custom features, separated by spaces
|
||||
#[arg(short, long, value_parser, num_args = 1.., value_delimiter = ' ')]
|
||||
features: Option<Vec<String>>,
|
||||
#[command(subcommand)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue