| 660 | } |
| 661 | |
| 662 | bool HelpRequested(const ArgsManager& args) |
| 663 | { |
| 664 | return args.IsArgSet("-?") || args.IsArgSet("-h") || args.IsArgSet("-help"); |
| 665 | } |
| 666 | |
| 667 | static const int screenWidth = 79; |
| 668 | static const int optIndent = 2; |
no test coverage detected