mikesart / inotify-info

Linux inotify info reporting app
MIT License
298 stars 31 forks source link

add --help and --version #35

Closed motiejus closed 6 months ago

motiejus commented 6 months ago

Fixes #30, #31

$ make && _release/inotify-info --help; _release/inotify-info --version
Linking _release/inotify-info...
Usage: _release/inotify-info [--threads=##] [appname | pid...]
    [-vv]
    [--version]
    [-?|-h|--help]
v0.0.1-3-ge3679bf

$
motiejus commented 6 months ago

Since it's touching C++ code, will wait for @mikesart review.

mikesart commented 6 months ago

Looks great - thanks Motiejus!