Skip to content

Feat: Make CLI options position-independent#614

Open
bosd wants to merge 1 commit intomasterfrom
fix-issue-587
Open

Feat: Make CLI options position-independent#614
bosd wants to merge 1 commit intomasterfrom
fix-issue-587

Conversation

@bosd
Copy link
Copy Markdown
Collaborator

@bosd bosd commented Aug 11, 2025

Moves the CLI options from the main command group to each subcommand. This makes the CLI more intuitive by allowing options to be specified after the subcommand, which is a more standard CLI practice.

Fixes #587

Moves the CLI options from the main command group to each subcommand. This makes the CLI more intuitive by allowing options to be specified after the subcommand, which is a more standard CLI practice.

Fixes #587
@bosd bosd added the help wanted Extra attention is needed label Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

command line options confuse me greatly

1 participant