-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I'm not happy with positional arguments at the moment. They do not fit nicely with the rest of the library and have a weird API. We need to reassess how they should work.
The problems are:
- The positional arguments do not really fit in an enum.
- The distribution of positional arguments cannot be dependent on options (see for instance what
cp
requires). - The ranges are unintuitive and have no "obvious" default value.
Metadata
Metadata
Assignees
Labels
No labels