Changeset 35254d1 in nscp for service/cli_parser.hpp
- Timestamp:
- 01/15/12 23:32:36 (17 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 89838be
- Parents:
- ba63b95
- File:
-
- 1 edited
-
service/cli_parser.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
service/cli_parser.hpp
rba63b95 r35254d1 51 51 52 52 settings.add_options() 53 ("settings", po::value<std::wstring>(), "Override (temporarily) settings subsystem to use") 53 54 ("migrate-to", po::value<std::wstring>(), "Migrate (copy) settings from current store to target store") 54 55 ("migrate-from", po::value<std::wstring>(), "Migrate (copy) settings from current store to target store") … … 246 247 if (vm.count("switch")) { 247 248 client.switch_context(vm["switch"].as<std::wstring>()); 249 ret = 0; 250 } 251 if (vm.count("settings")) { 252 client.set_current(vm["settings"].as<std::wstring>()); 248 253 ret = 0; 249 254 }
Note: See TracChangeset
for help on using the changeset viewer.








