test_help_info_default_stdout.gold.txt 1.1 KB

12345678910111213141516171819
  1. Usage: metrixpp.py info [options] -- [path 1] ... [path N]
  2. Options:
  3. -h, --help show this help message and exit
  4. --log-level=LOG_LEVEL, --ll=LOG_LEVEL
  5. Defines log level. Possible values are
  6. 'DEBUG','INFO','WARNING' or 'ERROR'. Default value is
  7. inherited from environment variable
  8. 'METRIXPLUSPLUS_LOG_LEVEL' if set. [default: INFO]
  9. --db-file=DB_FILE, --dbf=DB_FILE
  10. Primary database file to write (by the collector) and
  11. post-process (by other tools) [default: ./metrixpp.db]
  12. --db-file-prev=DB_FILE_PREV, --dbfp=DB_FILE_PREV
  13. Database file with data collected for the
  14. past/previous revision. If it is set for the collector
  15. tool to perform an incremental/iterative collection,
  16. it may reduce the processing time significantly. Post-
  17. processing tools use it in order to recognise/evaluate
  18. change trends. [default: none].