sindresorhus / fkill-cli

Fabulously kill processes. Cross-platform.
MIT License
6.88k stars 159 forks source link

Enforce boolean type on flags #26

Closed vadimdemedes closed 7 years ago

vadimdemedes commented 7 years ago

Fixes this command:

$ fkill -f zsh

to not ignore zsh input, because the CLI treats it like the value of -f flag.