Skip to content

Commit

Permalink
Added --copy flag to create and install commands (#3474)
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvain Corlay <[email protected]>
  • Loading branch information
JohanMabille and SylvainCorlay authored Sep 28, 2024
1 parent db5f6de commit 79034eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/src/common_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ init_install_options(CLI::App* subcom, Configuration& config)

auto& always_copy = config.at("always_copy");
subcom->add_flag(
"--always-copy,!--no-always-copy",
"--always-copy,--copy,!--no-always-copy",
always_copy.get_cli_config<bool>(),
always_copy.description()
);
Expand Down

0 comments on commit 79034eb

Please sign in to comment.