test_help_view_default_stdout.gold.txt 1.3 KB

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