mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 18:23:08 +03:00
86faedc966
* build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
20 lines
330 B
Markdown
20 lines
330 B
Markdown
## git-bug user ls
|
|
|
|
List identities.
|
|
|
|
```
|
|
git-bug user ls [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-f, --format string Select the output formatting style. Valid values are [default,json] (default "default")
|
|
-h, --help help for ls
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug user](git-bug_user.md) - Display or change the user identity.
|
|
|