Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StashCmd = &cobra.Command{ Use: "stash", Short: "Stash changes across all repos in a directory", Long: "Stash uncommitted changes across all repos in a directory.", Args: cobra.NoArgs, PersistentPreRun: setupClient, RunE: stashFunc, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.