diff --git a/src/option_parser.cpp b/src/option_parser.cpp index adf1e701..59d42c51 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -424,6 +424,10 @@ namespace options opts, ::_option_processor); + + state.mountpoint = state.branches.back(); + state.branches.pop_back(); + for(auto &branch : state.branches) fmt::print("{}\n",branch);