Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
8106ec2664
  1. 5
      src/option_parser.cpp

5
src/option_parser.cpp

@ -424,6 +424,11 @@ namespace options
opts, opts,
::_option_processor); ::_option_processor);
for(auto &branch : state.branches)
fmt::print("{}\n",branch);
exit(0);
if(cfg.branches->empty()) if(cfg.branches->empty())
errs_->push_back({0,"branches not set"}); errs_->push_back({0,"branches not set"});
if(cfg.mountpoint->empty()) if(cfg.mountpoint->empty())

Loading…
Cancel
Save