test_help_view_default_stdout.gold.txt 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. Usage: metrixpp.py export [options] -- [path 1] ... [path N]
  2. Options:
  3. -h, --help show this help message and exit
  4. --general.log-level=GENERAL.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. --general.db-file=GENERAL.DB_FILE
  10. Primary database file to write (by the collector) and
  11. post-process (by other tools) [default: ./metrixpp.db]
  12. --general.db-file-prev=GENERAL.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. --general.format=GENERAL.FORMAT
  20. Format of the output data. Possible values are 'xml',
  21. 'txt' or 'python' [default: xml]
  22. --general.namespaces=GENERAL.NAMESPACES
  23. Allows to enumerate namespaces of interest. If not
  24. defined all namespaces available in database file will
  25. be processed. Separate several namespaces by comma,
  26. for example 'general,std.code.complexity' [default:
  27. none]
  28. --general.nest-regions
  29. If the option is set (True), data for regions is
  30. exported in the form of a tree. Otherwise, all regions
  31. are exported in plain list. [default: False]