We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159b64f commit ecd1f81Copy full SHA for ecd1f81
1 file changed
store/keychain/README.md
@@ -41,19 +41,4 @@ You can build the CLI by running `go build` inside the `store/` root directory.
41
```console
42
$ go build -o keychain-cli ./keychain/cmd/
43
$ ./keychain-cli
44
-Usage:
45
- [command]
46
-
47
-Available Commands:
48
- completion Generate the autocompletion script for the specified shell
49
- delete
50
- get
51
- help Help about any command
52
- list
53
- store
54
55
-Flags:
56
- -h, --help help for this command
57
58
-Use " [command] --help" for more information about a command.
59
```
0 commit comments