Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzbeard committed Sep 6, 2023
1 parent 72162ab commit 5b5dc34
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions internal/cmd/logs/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Example_logs_help() {

logs.Cmd.Execute()
// Output:
// Shows the event log for a stack and its nested stack. Optionally, filter by a specific resource by name.
// Shows the event log for a stack and its nested stack. Optionally, filter by a specific resource by name, or see a gantt chart of the most recent stack action.
//
// By default, only show log entries that contain a useful message (e.g. a failure message).
// You can use the --all flag to change this behaviour.
Expand All @@ -26,6 +26,8 @@ func Example_logs_help() {
// logs, log
//
// Flags:
// -a, --all include uninteresting logs
// -h, --help help for logs
// -a, --all include uninteresting logs
// -c, --chart Output a gantt chart of the most recent action as an html file
// --debug Output debugging information
// -h, --help help for logs
}

0 comments on commit 5b5dc34

Please sign in to comment.