Skip to content

Commit f4963a8

Browse files
committed
Make store list verbose by default
It was a little annoying to see the description cut off in the grid, so this is a new default to try out. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 26f06cb commit f4963a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/store_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
func init() {
1717
// Setup flags used by store command
18-
storeListCmd.Flags().BoolVarP(&verbose, "verbose", "v", false, "Enable verbose output to ssee the full description of each function in the store")
18+
storeListCmd.Flags().BoolVarP(&verbose, "verbose", "v", true, "Enable verbose output to see the full description of each function in the store")
1919

2020
storeCmd.AddCommand(storeListCmd)
2121
}

0 commit comments

Comments
 (0)