You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CLI arg parsing is very lenient and won't fail if you pass an unknown flag, like --some-flag or use an unknown or extra arg. Change this behavior to fail and output a message if the provided args don't exactly match the CLI command definition.
The text was updated successfully, but these errors were encountered:
Currently, the CLI arg parsing is very lenient and won't fail if you pass an unknown flag, like
--some-flag
or use an unknown or extra arg. Change this behavior to fail and output a message if the provided args don't exactly match the CLI command definition.The text was updated successfully, but these errors were encountered: