SigmaHQ / sigma-cli

The Sigma command line interface based on pySigma
132 stars 34 forks source link

Add the short option for help command: `-h` #49

Closed alexott closed 4 months ago

alexott commented 4 months ago

It's much easier for people use -h command-line switch instead of longer --help to retrieve the help about CLI or a specific command. This PR extends the current behavior by allowing the short option as well in addition to longer one.