Skip to content

Allow options to be set in any position#394

Merged
bootandy merged 1 commit into
bootandy:masterfrom
eatsu:allow-trailing-opts
May 1, 2024
Merged

Allow options to be set in any position#394
bootandy merged 1 commit into
bootandy:masterfrom
eatsu:allow-trailing-opts

Conversation

@eatsu

@eatsu eatsu commented Apr 29, 2024

Copy link
Copy Markdown
Contributor

Currently options following regular arguments are not interpreted as options. This fixes that.

Users can still treat values starting with a hyphen (-) as regular arguments by using --, e.g.:

dust -d 2 -r ~/Documents -F -- --this-is-my-dir

Currently options following regular arguments are not interpreted as
options. This fixes that.

Users can still treat values starting with a hyphen (`-`) as regular
arguments by using `--`, e.g.:

    dust -d 2 -r ~/Documents -F -- --this-is-my-dir
@bootandy bootandy merged commit 87581f3 into bootandy:master May 1, 2024
@bootandy

bootandy commented May 1, 2024

Copy link
Copy Markdown
Owner

Neat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants