This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Warn/error about unsupported flags #468
Labels
Comments
Requirements
Example:
Prerequisite Context
|
Should this throw an error or perhaps just a warning? |
skywing
added a commit
to skywing/truffle
that referenced
this issue
Jun 20, 2019
Warn/error about unsupported flags trufflesuite#468
skywing
added a commit
to skywing/truffle
that referenced
this issue
Jun 22, 2019
skywing
added a commit
to skywing/truffle
that referenced
this issue
Jun 22, 2019
skywing
added a commit
to skywing/truffle
that referenced
this issue
Jun 22, 2019
eggplantzzz
added a commit
that referenced
this issue
Jul 1, 2019
Warn/error about unsupported flags #468
This has been fixed for a while now. Closing this for issue maintenance. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Unsupported command line flags are silently ignored. For example,
truffle test --unsupportedgarbage
will ignore the--unsupportedgarbage
flag.I suggest warning about such flags, or maybe even erroring out.
The text was updated successfully, but these errors were encountered: