uim-sh --version (return code: 0)
uim-sh 1.8.6 [SigScheme 0.8.6]
uim-sh --help (return code: 0)
Usage: uim-sh [options] [file [arg ...]]
-b
--batch batch mode. suppress shell prompts
-B
--strict-batch strict batch mode, implies -b. suppress shell prompts
and evaluated results
-r <name>
--require-module <name> require module
--editline require editline module for Emacs-like line editing
-e <expr>
--expression <expr> evaluate <expr> (after loading the file, and disables
'main' procedure of it)
-V
--version show software version
-h
--help show this help
file absolute path or relative to system scm directory
arg ... string argument(s) for 'main' procedure of the file