Skip to content

Conversation

alexflint
Copy link
Owner

Passing the no-more-options string "--" twice or more should pass the second and subsequent ones through as positionals. This makes it possible to pass the string "--" as a positional:

var args struct {
  X []string `arg:"positional"
}
arg.MustParse(&args)
./example -- test test2 -- test3  // args.X is [test, test2, --, test3]

… second and subsequent ones through as positionals
@alexflint alexflint merged commit efb1be7 into master Nov 4, 2024
3 checks passed
@alexflint alexflint deleted the pass-dash-dash-through branch November 4, 2024 17:56
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.

1 participant