Home | History | Annotate | Download | only in FileUpdate

Lines Matching refs:cl

25 static cl::opt<bool>
26 Quiet("quiet", cl::desc("Don't print unnecessary status information"),
27 cl::init(false));
29 static cl::opt<std::string>
30 InputFilename("input-file", cl::desc("Input file (defaults to stdin)"),
31 cl::init("-"), cl::value_desc("filename"));
33 static cl::opt<std::string>
34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required);
39 cl::ParseCommandLineOptions(argc, argv);