Documentation
¶
Index ¶
- Variables
- func NewCreateCommand() *cobra.Command
- func NewListCommand() *cobra.Command
- func NewMigrateCommand() *cobra.Command
- func NewPruneCommand() *cobra.Command
- func NewRemoveCommand() *cobra.Command
- func NewRootCommand() *cobra.Command
- func NewShellCommand() *cobra.Command
- func NewZshCommand() *cobra.Command
- type Repository
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = NewRootCommand()
Functions ¶
func NewCreateCommand ¶
func NewListCommand ¶
func NewMigrateCommand ¶
func NewPruneCommand ¶
func NewRemoveCommand ¶
func NewRootCommand ¶
func NewShellCommand ¶ added in v0.1.2
func NewZshCommand ¶ added in v0.1.2
Types ¶
type Repository ¶
type Repository struct {
*git.Repository
GitDir string
WorkTree string
}
func PlainOpenWithOptions ¶
func PlainOpenWithOptions(path string) (*Repository, error)
Click to show internal directories.
Click to hide internal directories.