Skip to content

Commit e2d2e96

Browse files
authored
Add 'logs' alias to 'log' command (#8)
Closes #7 Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 2fede2b commit e2d2e96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/log.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ func newDshLogCommand(
3333
},
3434
}
3535

36+
cmd.Aliases = []string{"logs"}
37+
3638
cmd.Flags().IntVarP(
3739
&tail, "tail", "t", 0, "Number of lines",
3840
)

0 commit comments

Comments
 (0)