-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
changes/sourceSource file changesSource file changeskind/featureNew feature or requestNew feature or requestpriority/4Lower priorityLower prioritystatus/readyReady to workReady to work
Description
Contact Details
Feature Description
Some functions, e.g. those that typically take 1 argument, should support positional parameters.
Why?
For commands that only take argument, it's rather clunky to include the identify keyword identifier, e.g. how -c foo vs how foo.
What should happen?
For many commands, particularly those that typically only take 1 argument, should allow positional parameters, but not at the cost of keyed arguments.
Covers this TODO, and this TODO.
Steps to Test
- Identify all functions that typically only have 1 arg
- All of those functions should support allowing invocation with and without the keys for the parameters
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
changes/sourceSource file changesSource file changeskind/featureNew feature or requestNew feature or requestpriority/4Lower priorityLower prioritystatus/readyReady to workReady to work