Skip to content

Commit 17af5b0

Browse files
Timna BrownTimna Brown
authored andcommitted
feat: add row separators to --help command table
1 parent 9d0fbcf commit 17af5b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cli/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,18 @@ Usage: devopster [OPTIONS] <COMMAND>
2323
Commands:
2424
{tab}+-------------------+---------------------------------------------------+
2525
{tab}| login | Authenticate with a provider via browser sign-in |
26+
{tab}+-------------------+---------------------------------------------------+
2627
{tab}| init | Create devopster-config.yaml and sign in |
28+
{tab}+-------------------+---------------------------------------------------+
2729
{tab}| repo list | List repositories (optionally filter by topic) |
2830
{tab}| repo audit | Audit repos against the configured policy |
2931
{tab}| repo scaffold | Create a new repository from a template |
3032
{tab}| repo sync | Push files from .github/ to all repositories |
33+
{tab}+-------------------+---------------------------------------------------+
3134
{tab}| catalog generate | Export a catalog.json of all repositories |
35+
{tab}+-------------------+---------------------------------------------------+
3236
{tab}| topics align | Add missing template topics to repositories |
37+
{tab}+-------------------+---------------------------------------------------+
3338
{tab}| stats | Print org-wide metadata coverage and compliance |
3439
{tab}+-------------------+---------------------------------------------------+
3540

0 commit comments

Comments
 (0)