Get the app or subcommand description
| 6005 | |
| 6006 | /// Get the app or subcommand description |
| 6007 | std::string get_description() const { return description_; } |
| 6008 | |
| 6009 | /// Set the description of the app |
| 6010 | App *description(std::string app_description) { |
no outgoing calls
no test coverage detected