tsism
v1.0.1
Published
iSM in TypeScript
Downloads
3
Readme
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g tsism
$ tsism COMMAND
running command...
$ tsism (--version)
tsism/1.0.1 linux-x64 node-v18.16.0
$ tsism --help [COMMAND]
USAGE
$ tsism COMMAND
...
Commands
tsism autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ tsism autocomplete [SHELL] [-r]
ARGUMENTS
SHELL (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
display autocomplete installation instructions
EXAMPLES
$ tsism autocomplete
$ tsism autocomplete bash
$ tsism autocomplete zsh
$ tsism autocomplete powershell
$ tsism autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
tsism help [COMMANDS]
Display help for tsism.
USAGE
$ tsism help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for tsism.
See code: @oclif/plugin-help
tsism run STUDENTS SEMINARS RUNS
Run the algorithm
USAGE
$ tsism run STUDENTS SEMINARS RUNS
ARGUMENTS
STUDENTS The file containing the students
SEMINARS The file containing the seminars
RUNS Number of iterations of the algorithm
DESCRIPTION
Run the algorithm
See code: dist/commands/run/index.ts