zsh-users / zsh-syntax-highlighting

Fish shell like syntax highlighting for Zsh.
github.com/zsh-users/zsh-syntax-highlighting
BSD 3-Clause "New" or "Revised" License
19.5k stars 1.32k forks source link

Fix proxychains args #914

Closed DiegoBoy closed 1 year ago

DiegoBoy commented 1 year ago

Args for proxychains should be f:q => -f file : -q quiet.

From comments in the same function:

# $precommand_options maps precommand name to values of $flags_with_argument, 
# $flags_sans_argument, and flags_solo for that precommand, joined by a 
# colon. 
danielshahaf commented 1 year ago

Thanks, merged. And for anyone reading this in the future, please include a link to the tool's upstream man page so it's easier for us to review, thanks. (In this case I went by https://github.com/haad/proxychains/blob/master/src/proxychains.)