-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop allowing flags on the CLI other than --config? #38
Comments
Oh, it's already like this 😄 will keep as is & improve. |
Blocked on tj/commander.js#903 for providing better dialog around args. |
I like having a clean CLI. |
On (fourth? fifth?) thought, now that #283 is adding an interactive CLI tool and #285 is making Put another way: there's no situation in which someone would be encouraged to make the CLI flags their primary form of using TypeStat. These are serious enough changes to the project that they really should be in a file. |
Simplifies the CLI to not allow --filter, --fixNoImplicitAny, and other settings that are now recommended to be only set in a config file. This simplifies a lot of logic around parsing raw arguments. Fixes #38.
It's a cute feature but getting harder to sustain with rich flags. Should it be kept more simple for now?
Open to feedback! I'll leave this as is unless there's good reason not to.
The text was updated successfully, but these errors were encountered: