cli → zoo → ml → kcl →
zoo ml kcl edit
Edit a kcl
file with a prompt.
Options
input
- The path to the input file. If you pass
-
as the path, the file will be read from stdin prompt
- Your prompt
-r/--source_range
- The source ranges to edit. This is optional. If you don't pass this, the entire file will be edited
-d/--debug
- Print debug info
Default value:false
-h/--help
- Print help (see a summary with '-h')
About
$ zoo ml kcl edit --prompt "Make it blue"
This command outputs the edited kcl
file to stdout.