mk

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2024 License: Unlicense Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL