Documentation
¶
Overview ¶
Package mk implements the mk subcommand for git-wt.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: command + " worktree_name commit-ish", Short: "Add a worktree to the project.", Long: cmn.Basename + " " + command + " - Add a worktree to the project.", Args: cobra.ExactArgs(2), Aliases: []string{"make"}, RunE: run, } // Cobra command definition for the 'mk' command. )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.