package cmd import ( "github.com/rsteube/carapace" "github.com/spf13/cobra" ) var worktree_listCmd = &cobra.Command{ Use: "list", Short: "List details of each worktree", Run: func(cmd *cobra.Command, args []string) {}, } func init() { carapace.Gen(worktree_listCmd).Standalone() worktree_listCmd.Flags().String("expire", "", "add 'prunable' annotation to worktrees older than