Skip to content

unknown command options for kcp #602

@avinal

Description

@avinal

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

image

To Reproduce
Steps to reproduce the behavior:

  1. Compile kcp cli executable
  2. Run ./kcp options
  3. See error
  4. Now run ./kcp start options

Expected behavior

kcp options should list all available options.

Possible Solution

  • Fix the docs for kcp CLI.

Metadata

Metadata

Labels

kind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions