0.30.11 • Published 3 years ago

geis-cli v0.30.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@geis-lang/cli

> TODO: description

oclif Version Downloads/week License

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!
0.30.10

3 years ago

0.30.11

3 years ago

0.30.9

3 years ago

0.30.8

3 years ago

0.30.7

3 years ago

0.30.6

3 years ago

0.30.5

3 years ago

0.30.4

3 years ago

0.30.3

3 years ago

0.30.2

3 years ago

0.30.1

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.27.0

3 years ago