Describe the bug
options is not a subcommand for kcp. By looking at the code, it is a subcommand of kcp start. But if we see the help the last line suggests otherwise.
Use "kcp options" for a list of all flags available.
Relevant lines of code:
https://github.com/kcp-dev/kcp/blob/main/cmd/kcp/kcp.go#L133-L134

To Reproduce
Steps to reproduce the behavior:
- Compile
kcp cli executable
- Run
./kcp options
- See error
- Now run
./kcp start options
Expected behavior
kcp options should list all available options.
Possible Solution
- Fix the docs for
kcp CLI.
Describe the bug
optionsis not a subcommand forkcp. By looking at the code, it is a subcommand ofkcp start. But if we see the help the last line suggests otherwise.Relevant lines of code:
https://github.com/kcp-dev/kcp/blob/main/cmd/kcp/kcp.go#L133-L134
To Reproduce
Steps to reproduce the behavior:
kcpcli executable./kcp options./kcp start optionsExpected behavior
kcp optionsshould list all available options.Possible Solution
kcpCLI.