Skip to content

Commit 5c4ae8a

Browse files
committed
include basic description in session command
1 parent 499cc7a commit 5c4ae8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/session.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import (
1111

1212
func session() *cobra.Command {
1313
return &cobra.Command{
14-
Use: "session",
14+
Use: "session",
15+
Short: "Print out information about your current session",
1516
RunE: func(cmd *cobra.Command, args []string) error {
1617
client, err := createClient(cmd)
1718
if err != nil {

0 commit comments

Comments
 (0)