diff --git a/src/mfm.cpp b/src/mfm.cpp index 97c474b1..340f15c6 100644 --- a/src/mfm.cpp +++ b/src/mfm.cpp @@ -18,6 +18,8 @@ _setup_argparser_dup(CLI::App &app_, ->type_name("PATH") ->check(CLI::ExistingPath) ->required(); + + subcmd->callback(std::bind(SubCmd::dup,std::cref(opts_))); } static