Command Line InterfaceΒΆ
NeuroM ships with configurable command line applications for commonly needed
functionality. These are convenience tools which leverage NeuroM
library functionality
without users having to concern themselves with writing any code beyond simple and optional
configuration scripts. These command-line tools are installed as executable scripts with
NeuroM
. The tools are designed to be used in batch mode, i.e. they do not require any
user interactivity upon launch, and do not require access to a display.
For more information type in your terminal.
neurom --help
Also pay attention that logging options must be set immediately after neurom
. A single -v
is used by default and outputs WARNING messages. -vv
adds INFO messages. -vvv
adds DEBUG
messages.
neurom -vvv <command> # example of DEBUG invocation