curl / trurl

trurl is a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.1k stars 99 forks source link

short options need no space separation for the argument anymore #292

Closed bagder closed 3 months ago

bagder commented 3 months ago

With this change, we can write "trurl curl.se -g{host}", without having a space after "-g". This goes for all short options.

-v and -h are still treated specially because they cannot be combined with other options

Proposed-by: @mrnoname1000 Fixes #274