-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
semver: majorReleasing requires a major version bump, not backwards compatibleReleasing requires a major version bump, not backwards compatible
Description
Hi,
When passing more arguments to a command than it expects, the command is executed without error, receiving only the expected arguments.
It would be nice to throw an error instead, preventing potantially wrong actions/results unforeseen by the user.
One particular case is when an argument is a name/title/label, in which the user may include spaces while forgetting quotes.
On the other hand, I wonder if it would be possible, when said argument is the last (or only) one, to optionally put everything automatically in it, kinda like the spread operator in JS (but still outputting a string) ?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
semver: majorReleasing requires a major version bump, not backwards compatibleReleasing requires a major version bump, not backwards compatible