Open
Description
th@DESKTOP-7POEGPB:~/example$ reproto -V
reproto 0.4.0
th@DESKTOP-7POEGPB:~/example$ reproto --debug build --lang java --module jackson --module lombok
error: Found argument '--debug' which wasn't expected, or isn't valid in this context
Did you mean to put '--debug' after the subcommand 'build'?
If you tried to supply `--debug` as a value rather than a flag, use `-- --debug`
USAGE:
reproto [OPTIONS] [SUBCOMMAND]
For more information try --help
th@DESKTOP-7POEGPB:~/example$ reproto build --debug --lang java --module jackson --module lombok
DEBUG - reading manifest: reproto.toml
loading index from URL: git+https://github.com/reproto/reproto-index
caused by: cannot set scheme for url: git+https://github.com/reproto/reproto-index
cannot set scheme for url: git+https://github.com/reproto/reproto-index
th@DESKTOP-7POEGPB:~/example$ reproto build --lang java --module jackson --module lombok
loading index from URL: git+https://github.com/reproto/reproto-index
caused by: cannot set scheme for url: git+https://github.com/reproto/reproto-index
cannot set scheme for url: git+https://github.com/reproto/reproto-index
th@DESKTOP-7POEGPB:~/example$