Added upgrade option
This commit is contained in:
parent
d536a3cf14
commit
5b81b10d20
|
@ -67,6 +67,7 @@ void UpgradeCommand::set_argument_parser() {
|
|||
auto skip_unavailable = std::make_unique<SkipUnavailableOption>(*this);
|
||||
create_allow_downgrade_options(*this);
|
||||
create_downloadonly_option(*this);
|
||||
create_destdir_option(*this);
|
||||
|
||||
advisory_name = std::make_unique<AdvisoryOption>(*this);
|
||||
advisory_security = std::make_unique<SecurityOption>(*this);
|
||||
|
|
Loading…
Reference in New Issue