Currently, we do not specify the behavior of calling any CLI without arguments. Some (e.g. ocrd, ocrd workspace) will behave like --help was passed, others such as the core-provided processor CLI will just fail loudly.
IMHO the default should be to print --help when called without arguments.
Currently, we do not specify the behavior of calling any CLI without arguments. Some (e.g.
ocrd,ocrd workspace) will behave like--helpwas passed, others such as the core-provided processor CLI will just fail loudly.IMHO the default should be to print
--helpwhen called without arguments.