Changeset 1015 for trunk/bin/Parameter.cc
- Timestamp:
- Jan 9, 2010, 3:16:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.cc
r978 r1015 63 63 std::string("ignore cache files and analyze ") + 64 64 std::string("everything from repository")), 65 format_(cmd_,"format", "override image format defined in config file"), 65 66 report_(cmd_, "report", "create no HTML report", true), 66 67 revisions_(cmd_, "revisions", … … 219 220 220 221 222 const yat::utility::OptionArg<std::string>& 223 Parameter::format(void) const 224 { 225 return format_; 226 } 227 228 221 229 void Parameter::init(void) 222 230 { … … 224 232 cmd_.program_name() = PACKAGE_NAME; 225 233 config_file_.print_arg("=FILE"); 234 format_.print_arg("=FMT"); 226 235 root_.print_arg("=ROOT"); 227 236 target_.print_arg("=TARGET");
Note: See TracChangeset
for help on using the changeset viewer.