Skip to content

0.2-0

Pre-release
Pre-release
Compare
Choose a tag to compare
@s-u s-u released this 10 Nov 01:03
· 15 commits to master since this release
3b842c1

0.2-0

  • command line parameters are now parsed after the specified configuration file is loaded and will cause the settings to be added to the configuration. This allows the use of pre-specified configurations which can be supplemented by command line arguments. This behavior is more intuitive, but different from 0.1 versions which is why we chose to increase the version.
  • added --save <path> which will write the resulting configuration after all arguments were parsed into a JSON file specified by <path>. Note that --restore already creates the configuration file without this option, so --save should only be used when it is desired to update an existing configuration augmented with command line options to create a new configuration file.
  • optional capabilities that depend on the host environment are listed as Capabilities: in the output of --version