mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 21:39:49 +00:00
chore: remove custom git repo doc for now
This commit is contained in:
parent
efdc0f93fd
commit
0fab6f9f41
1 changed files with 3 additions and 3 deletions
|
|
@ -27,12 +27,12 @@ struct Args {
|
|||
#[arg(short, long)]
|
||||
default: bool,
|
||||
#[arg(short, long)]
|
||||
/// CKAN version to install defined by semantic versioning from official releases from https://github.com/ckan/ckan, or a custom git repository.
|
||||
/// 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 either commas or 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 either commas or 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