-
add basic autocomplete functionality to node cli (#3035)
发布于
2023-03-30 12:25:36 +00:00 - Commands, invocations and their parameters will now autocomplete using
introspection. - Two types of parameter arguments will also autocomplete:
- --sampler_name will autocomplete the scheduler name
- --model will autocomplete the model name
- There don't seem to be commands for reading/writing image files yet,
so path autocompletion is not implemented
下载附件
- Commands, invocations and their parameters will now autocomplete using