Added --copy flag to create and install commands (#3474)

Co-authored-by: Sylvain Corlay <sylvain.corlay@gmail.com>
This commit is contained in:
Johan Mabille 2024-09-28 07:07:11 +02:00 committed by GitHub
parent db5f6de8f2
commit 79034ebff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()
);