Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ pub enum Command {
#[clap(long)]
/// Do no populated repositories
no_repositories: bool,
#[clap(long, value_parser, num_args = 1..)]
/// Add simple packages to the config
#[clap(long, action = clap::ArgAction::Append)]
/// Add simple package to the config (repeatable, e.g. --add pkg1 --add pkg2)
add: Vec<String>,
#[clap(long)]
/// Turn off rv access through .rv R environment
Expand Down
Loading