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
There are commands which only accept a single positional argument, like secrets write. If multiple arguments are provided to the command, only the first argument is actually processed, and others are silently ignored.
This behaviour shouldn't happen, and if there are more positional arguments than expected, the command should fail and print the help menu.
Specification
There are commands which only accept a single positional argument, like
secrets write
. If multiple arguments are provided to the command, only the first argument is actually processed, and others are silently ignored.This behaviour shouldn't happen, and if there are more positional arguments than expected, the command should fail and print the help menu.
Additional context
Tasks
The text was updated successfully, but these errors were encountered: