Skip to content

Commit

Permalink
readd help command
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Sep 26, 2024
1 parent c2a745f commit 9311109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/elm/Pages/Status/Workers.elm
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ toLayout : Auth.User -> Model -> Layouts.Layout Msg
toLayout user model =
Layouts.Default
{ helpCommands =
[ { name = ""
, content = "resources on this page not yet supported via the CLI"
, docs = Nothing
[ { name = "List Workers"
, content = "vela get workers"
, docs = Just "cli/worker/get"
}
]
}
Expand Down

0 comments on commit 9311109

Please sign in to comment.