test_help_view_default_stdout.gold.txt 1.5 KB

12345678910111213141516171819202122232425
  1. Usage: metrix++.py view [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].
  19. --format=FORMAT, --ft=FORMAT
  20. Format of the output data. Possible values are 'xml',
  21. 'txt' or 'python' [default: xml]
  22. --nest-regions, --nr If the option is set (True), data for regions is
  23. exported in the form of a tree. Otherwise, all regions
  24. are exported in plain list. [default: False]