You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hp/cmd/list.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,13 @@ var ListCmd = &cli.Command{
11
11
Name: "list",
12
12
Aliases: []string{"l"},
13
13
Usage: "Lists currently pulled packages in workspace",
14
+
UsageText: "hp list/l",
14
15
Description: "List all installed packages along with their identifiers. Ids correspond to order the packages have been added by and names are git repository names stripped of the author.",
0 commit comments