geis-cli
v0.30.11
Published
> TODO: description
Downloads
3
Readme
@geis-lang/cli
> TODO: description
Usage
$ npm install -g geis-cli
$ geis COMMAND
running command...
$ geis (-v|--version|version)
geis-cli/0.30.11 linux-x64 node-v15.12.0
$ geis --help [COMMAND]
USAGE
$ geis COMMAND
...
Commands
geis eval [SOURCE]
evaluate inline source expressions
USAGE
$ geis eval [SOURCE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ cli eval eval world from ./src/eval.ts!
geis help [COMMAND]
display help for geis
USAGE
$ geis help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
geis repl [FILE]
start the interactive REPL environment
USAGE
$ geis repl [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ cli repl repl world from ./src/repl.ts!
geis run PATH
compile and execute a file
USAGE
$ geis run PATH
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ cli eval eval world from ./src/eval.ts!