ScopeLift / scopelint

An opinionated formatting and linting tool for foundry projects
78 stars 5 forks source link

No help flag #18

Closed PaulRBerg closed 1 year ago

PaulRBerg commented 1 year ago

I just installed scopelint for the first time, and I tried running this to get an overview of all available commands:

scopelint --help

I got this error:

error: Argument parsing failed with 'Unrecognized mode: Must be 'fmt', 'check', or '--version''

It would be helpful to provide a help flag.

mds1 commented 1 year ago

Agreed. Working on a big refactor this/next week so things are cleaner and more scalable, part of that will include migrating to clap so we should get this as a result

mds1 commented 1 year ago

Completed by #17