chore: remove custom git repo doc for now

This commit is contained in:
rzmk 2025-10-14 05:14:40 -04:00
parent efdc0f93fd
commit 0fab6f9f41

View file

@ -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)]