Skip to content

Commit b685a4e

Browse files
committed
fix: remove unused flags from ls
1 parent 0727cbd commit b685a4e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cmd/ls.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ var lsCmd = &cobra.Command{
107107
}
108108

109109
func init() {
110-
lsCmd.Flags().BoolP("projects", "p", false, "List projects")
111-
lsCmd.Flags().BoolP("tasks", "t", false, "List tasks")
112-
lsCmd.Flags().BoolP("activities", "a", false, "List activities")
113-
114110
lsCmd.AddCommand(projectCmd)
115111

116112
taskCmd.Flags().IntP("project", "p", 0, "Project ID")

0 commit comments

Comments
 (0)