Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dinowernli dinowernli released this 09 Sep 17:01
· 12 commits to master since this release

Overhauled Polyglot's command line options by using a different underlying library. This allows us to

  • distinguish between commands (list) and options (--add_protoc_includes).
  • distinguish between general options (applicable to all commands), and command specific options.
  • have options with values that contain spaces (e.g. --metadata with authentication details) .

Invoking Polyglot takes the following form now:

java -jar polyglot.jar [options] [command] [command specific options]

Both = and spaces are allowed to separate options from values (--add_protoc_includes=. or --add_protoc_includes .).

Please note that this change will break existing scripts after updating to the new version. Use the --help output to find out which option goes where on the command line.