-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Enhancement Summary
Current Behavior
flow install tool dryrun=true name=dev pos1Proposed Behavior
flow install tool -- --dryrun --name=dev pos1Changes
- Add
--separator before executable arguments - Use standard
--flagand--flag=valuesyntax - Boolean flags can omit values (e.g.,
--dryrunimpliestrue) - Positional arguments remain unchanged
Motivation
- Aligns with POSIX standards and common CLI tools
- Clearer separation between flow args and executable args
- Better shell completion support
This will be a breaking change
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request