test_help_info_default_stdout.gold.txt 888 B

12345678910111213141516
  1. Usage: metrix++.py info [options] -- [path 1] ... [path N]
  2. Options:
  3. -h, --help show this help message and exit
  4. --db-file=DB_FILE, --dbf=DB_FILE
  5. Path to a database file to read and process [default:
  6. ./metrixpp.db].
  7. --db-file-prev=DB_FILE_PREV, --dbfp=DB_FILE_PREV
  8. Path to database file with data collected for the
  9. past/previous code revision. It is used to identify
  10. and evaluate/analyze change trends. [default: none].
  11. --log-level=LOG_LEVEL, --ll=LOG_LEVEL
  12. Defines log level. Possible values are
  13. 'DEBUG','INFO','WARNING' or 'ERROR'. Default value is
  14. inherited from environment variable
  15. 'METRIXPLUSPLUS_LOG_LEVEL' if set. [default: INFO]