Skip to content

Commit

Permalink
cli: show connections: add optional service args to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 20, 2024
1 parent 08b0a29 commit 7092cee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion crates/cli/doc/bite-show-connections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bite-show-connections - Show available connections

== Synopsis

*bite show connections*::
*bite show connections* [<service>]...::
Show available connections.

*bite show connections* [-h|--help]::
Expand All @@ -18,6 +18,19 @@ Show available connections.

include::include/global-options.adoc[]

== Arguments

[<service>]...::
Service types of connections.

== Examples

.Show all connections:
bite show connections

.Show connections for bugzilla services:
bite show connections bugzilla

== See Also

linkcmd:bite-show[1]

0 comments on commit 7092cee

Please sign in to comment.