* Get help string that appears with `--help`. */
| 861 | * Get help string that appears with `--help`. |
| 862 | */ |
| 863 | TStringBuf GetHelp() const { |
| 864 | return Help_; |
| 865 | } |
| 866 | |
| 867 | /** |
| 868 | * Set help string that appears when completer suggests values fot this argument. |
no outgoing calls
no test coverage detected