tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
957 stars 42 forks source link

Separate -h and -v from the rest in usage #120

Closed hartwork closed 7 months ago

hartwork commented 7 months ago

This is similar to what can be seen with e.g. xmlwf:

# xmlwf -h |& head -n4
usage:
  xmlwf [OPTIONS] [FILE ...]
  xmlwf -h
  xmlwf -v

Will affect #116 also if this idea is found to be consensual.