goose
goose copied to clipboard
Add ability to parse flags to the end
Quick PR to see whether this makes sense.
Something that bugs me is the inability to set flags after positional arguments. E.g., sometimes I want to toss a -v (verbose) flag at the end of a long command, but right now we're stuck having to add flags before all positional arguments.