Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
MIT License
57
stars
50
forks
source link
Standalone does not show a help message for <command> -h #306
Version: v3.11.+
Standalone Mode (i.e. obtained by ./gradlew distZip then using the dist of module runtime)
OS: Tested with ubuntu 20.04 and windows 10
Command: every command, for instance ./cineast-runtime-3.11.3/bin/cineast-runtime cineast.json extract -h
Currently, if a command is executed with the commonly expected POSIX help option -h, an exception is thrown without further notice.
While the exception mentions what went wrong, this is not a desirabled behaviour. Ideally, the help message for that command is shown and optionally what went wrong with this particular call.
Version: v3.11.+ Standalone Mode (i.e. obtained by
./gradlew distZip
then using the dist of module runtime) OS: Tested with ubuntu 20.04 and windows 10 Command: every command, for instance./cineast-runtime-3.11.3/bin/cineast-runtime cineast.json extract -h
Currently, if a command is executed with the commonly expected POSIX help option
-h
, an exception is thrown without further notice.While the exception mentions what went wrong, this is not a desirabled behaviour. Ideally, the help message for that command is shown and optionally what went wrong with this particular call.