Add help option

This commit is contained in:
Timofey 2022-08-10 11:04:37 +03:00
parent 6cc47ac543
commit b9d951ec9a
2 changed files with 15 additions and 6 deletions

View file

@ -8,4 +8,5 @@ class Clippy {
void Run(const std::vector<std::string>& args);
private:
bool TryExecuteClippyCommand(const std::vector<std::string>& args);
};