Add help option
This commit is contained in:
parent
6cc47ac543
commit
b9d951ec9a
2 changed files with 15 additions and 6 deletions
|
@ -8,4 +8,5 @@ class Clippy {
|
|||
void Run(const std::vector<std::string>& args);
|
||||
|
||||
private:
|
||||
bool TryExecuteClippyCommand(const std::vector<std::string>& args);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue