Skip to content

Commit

Permalink
Add 'logs' alias to 'log' command (#8)
Browse files Browse the repository at this point in the history
Closes #7

Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh authored Mar 10, 2024
1 parent 2fede2b commit e2d2e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ func newDshLogCommand(
},
}

cmd.Aliases = []string{"logs"}

cmd.Flags().IntVarP(
&tail, "tail", "t", 0, "Number of lines",
)
Expand Down

0 comments on commit e2d2e96

Please sign in to comment.