test_help_info_default_stdout.gold.txt 1.1 KB

12345678910111213141516171819
  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. Primary database file to write (by the collector) and
  6. post-process (by other tools) [default: ./metrixpp.db]
  7. --db-file-prev=DB_FILE_PREV, --dbfp=DB_FILE_PREV
  8. Database file with data collected for the
  9. past/previous revision. If it is set for the collector
  10. tool to perform an incremental/iterative collection,
  11. it may reduce the processing time significantly. Post-
  12. processing tools use it in order to recognise/evaluate
  13. change trends. [default: none].
  14. --log-level=LOG_LEVEL, --ll=LOG_LEVEL
  15. Defines log level. Possible values are
  16. 'DEBUG','INFO','WARNING' or 'ERROR'. Default value is
  17. inherited from environment variable
  18. 'METRIXPLUSPLUS_LOG_LEVEL' if set. [default: INFO]