package cmd import ( "github.com/rsteube/carapace" "github.com/spf13/cobra" ) var worktree_lockCmd = &cobra.Command{ Use: "lock", Short: "Lock administrative files from being pruned automatically", Run: func(cmd *cobra.Command, args []string) {}, } func init() { carapace.Gen(worktree_lockCmd).Standalone() worktree_lockCmd.Flags().String("expire", "", "add 'prunable' annotation to worktrees older than