cli: add short command descriptions to their help text
[deliverable/barectf.git] / barectf / cli.py
2020-08-07  Philippe Proulxcli: add short command descriptions to their help text
2020-08-07  Philippe Proulxcli: add `--help` usage and description in command...
2020-08-07  Philippe Proulxcli: add `show-configuration-version` command
2020-08-07  Philippe Proulxcli: add `show-effective-configuration` command
2020-08-07  Philippe Proulxcli: introduce Git-like commands
2020-07-29  Philippe ProulxUse barectf.cli._run() as the CLI's starting function
2020-07-29  Philippe ProulxAdd package inclusion dir. at the API level
2020-07-28  Philippe ProulxIntroduce new barectf configuration API and YAML config...
2020-06-01  Philippe ProulxRename `msg`/`ctx` properties 👉 `message`/`context`
2020-05-29  Philippe Proulxbarectf: use package names (do not import "from")
2020-05-29  Philippe Proulxcli.py: fix PEP 8 errors, as reported by `flake8`
2020-05-29  Philippe Proulxcli.py: format
2020-05-29  Philippe Proulxcli.py: standardize `exc` as exception name
2020-05-29  Philippe Proulxcli.py: replace `'...'.format(...)` with f-strings
2020-05-29  Philippe Proulxbarectf: rename `ConfigParseError` 👉 `_ConfigParseError`
2020-05-29  Philippe Proulxbarectf: reflow licence headers for 72 columns
2020-05-29  Philippe Proulxbarectf: update copyright years
2020-05-29  Philippe Proulxcli.py, config_parse.py: replace double quotes with...
2020-05-22  Philippe ProulxMake configuration and metadata objects immutable
2020-05-22  Philippe ProulxCapitalize exception messages and what the CLI prints
2020-05-22  Philippe Proulxcli: print traceback for unknown exceptions
2020-05-22  Philippe ProulxAppend context to a `ConfigError` instead of wrapping...
2016-03-18  Philippe Proulxcli: error msg: specify "regular file"
2016-03-18  Philippe ProulxUpdate copyright notices
2016-03-18  Philippe ProulxAdd a few provided includable config files
2016-03-17  Philippe ProulxAdd include functionality
2015-07-21  Philippe Proulxbarectf v2.0.0
2015-06-08  Philippe ProulxImprove quality of some error messages
2015-05-29  Philippe ProulxAdd version argument
2015-05-26  Philippe ProulxAdd support for discarded events on packet close
2015-05-26  Philippe ProulxAdd bitfield functions wrapping actual macros
2014-11-25  Philippe ProulxFix: write float/double floating point numbers
2014-11-25  Philippe ProulxPrettify C output with newlines
2014-11-25  Philippe ProulxFix: _write_field_enum()
2014-11-13  Philippe ProulxFix _get_integer_param_ctype()
2014-11-13  Philippe ProulxFix validation
2014-11-13  Philippe ProulxFix a few CTF write bugs
2014-11-13  Philippe ProulxFix string write
2014-11-13  Philippe ProulxFix sequence length from env.
2014-11-13  Philippe ProulxFix array/sequence write
2014-11-13  Philippe ProulxSolve a few bugs
2014-11-12  Philippe ProulxCatch write errors
2014-11-12  Philippe ProulxComment a lot and output both headers
2014-11-12  Philippe ProulxAdd event name validation
2014-11-12  Philippe ProulxAdd a few steps
2014-11-12  Philippe ProulxAdd some verbosity
2014-11-12  Philippe ProulxImprove output
2014-11-12  Philippe ProulxGenerate trace function body
2014-11-12  Philippe ProulxGenerate trace functions parameters
2014-11-12  Philippe ProulxOpen function: generate body
2014-11-12  Philippe ProulxOpen function body
2014-11-12  Philippe Proulxget* -> gen* for generation
2014-11-12  Philippe ProulxGenerate basic header
2014-11-08  Philippe Proulx_validate_context_field -> _validate_context_fields
2014-11-08  Philippe ProulxAdd event context/fields validation
2014-11-08  Philippe ProulxRemove prints
2014-11-08  Philippe ProulxCreate generator class, fix a few things
2014-11-08  Philippe ProulxFix: get struct size in map
2014-11-08  Philippe ProulxImprove C lines output
2014-11-08  Philippe ProulxCheck offset overflow before writing
2014-11-08  Philippe ProulxKeep only integers in inner struct offsets
2014-11-08  Philippe ProulxFix: actually write inner struct offsets
2014-11-08  Philippe ProulxAdd a few comments
2014-11-08  Philippe ProulxAdd offset variables
2014-11-08  Philippe ProulxWrite some CTF stuff (C)
2014-11-07  Philippe ProulxValidate stream event context
2014-11-07  Philippe ProulxAdd some metadata validation
2014-11-07  Philippe ProulxInitial commit: bare
This page took 0.110587 seconds and 75 git commands to generate.