<< argv | Engine | finish >> |
nelson arg1 ... argn |
nelson-cli arg1 ... argn |
nelson-adv-cli arg1 ... argn |
nelson-gui arg1 ... argn |
equivalent to call 'nelson-cli'.
equivalent to call 'nelson-adv-cli'.
equivalent to call 'nelson-gui'.
If this option is present then Nelson instruction is executed just after startup file execution into Nelson. -e and -f options are mutually exclusive.
Nelson script file is executed just after startup file execution) into Nelson. -e and -f options are mutually exclusive.
If this option is present then Nelson script file is executed just after startup file execution) into an existing Nelson's process or creates it.
help about program options.
Return Nelson version.
opens files arg2 ... argN must be valid/existing filenames.
load files arg2 ... argN must be valid/existing .nh5 or .mat filenames.
disable the main Nelson script file executed at startup.
disable the load of user's modules. loaded before user's script.
disable the user script file executed at startup after the main startup file.
minimize main GUI Windows (GUI mode only).
disable interprocess features (files association, ipc builtin).
disable file watcher feature for this session.
disable audio module.
disable python_engine module.
If this option is present it fixes the user language. Currently, lang can be: fr_FR en_US.
If this option is present no banner and version displayed.
nelson-cli: basic terminal, no gui (no dependency to gui framework), no history, no completion (iso latin encoding)
nelson-adv-cli: advanced terminal, no graphical console, history, completion available (UTF-16 support)
nelson-gui: graphical console, history, completion available (UTF-16 support)
nelson-adv-cli -q -e "a = 1 + 2"
nelson-gui -v
nelson-gui --help
Version | Description |
---|---|
1.0.0 | initial version |
1.4.0 | --without_python added |
Allan CORNET