mri

Quickly scan for CLI flags and arguments in command help text

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Quickly scan for CLI flags and arguments

Commands

mri

Examples

show all flags available for a command$ mri ls
extract command line options from help output$ mri grep --help
list flags with their descriptions for a tool$ mri docker run
find what arguments a command accepts$ mri git commit
scan for all available options in a program$ mri ffmpeg