11#include "absl/status/status.h"
22class ScreenInteractive;
34 absl::Status
Run(
int argc,
char* argv[]);
45 std::map<std::string, std::unique_ptr<resources::CommandHandler>>
commands_;
absl::Status Run(int argc, char *argv[])
void PrintCategoryHelp(const std::string &category) const
void PrintCommandSummary() const
void ShowCategoryHelp(const std::string &category) const
void ShowCommandSummary() const
std::map< std::string, std::unique_ptr< resources::CommandHandler > > commands_
void PrintTopLevelHelp() const
Main namespace for the application.