Documentation
¶
Index ¶
- func AddCommandToShellHistory(cmd string, args []string)
- func AllGitSubCommands() (cc []*cobra.Command)
- func BranchListSuggestions() []prompt.Suggest
- func CloudBranchExists() bool
- func CobraCommandToSuggestions(cmds []*cobra.Command) []prompt.Suggest
- func CurrentBranch() string
- func FlagSuggestions(gitSubCmd string, flagtype string) []prompt.Suggest
- func GenBumpedSemVersion() string
- func GitAddSuggestions() []prompt.Suggest
- func IsAheadOfCurrent() bool
- func IsBehindCurrent() bool
- func IsDiverged() bool
- func IsYes(resp string) bool
- func NothingToCommit() bool
- func PromptUser(prompt string) string
- func RunScriptWithString(path string, script string, args ...string)
- func Runwithcolor(args []string) error
- func StashList() []string
- func StashableChanges() bool
- func SuggestionPrompt(prefix string, completer func(d prompt.Document) []prompt.Suggest) string
- type Branch
- type FileChange
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandToShellHistory ¶ added in v0.3.7
func AllGitSubCommands ¶ added in v0.3.3
func BranchListSuggestions ¶ added in v0.3.3
func CloudBranchExists ¶
func CloudBranchExists() bool
func CobraCommandToSuggestions ¶ added in v0.3.3
func CurrentBranch ¶
func CurrentBranch() string
func FlagSuggestions ¶ added in v0.3.3
func GenBumpedSemVersion ¶ added in v0.3.8
func GenBumpedSemVersion() string
func GitAddSuggestions ¶ added in v0.3.3
func IsAheadOfCurrent ¶
func IsAheadOfCurrent() bool
func IsBehindCurrent ¶
func IsBehindCurrent() bool
func IsDiverged ¶
func IsDiverged() bool
func NothingToCommit ¶
func NothingToCommit() bool
func PromptUser ¶
fixme when writing input the user cant backspace in the normal fashion
func RunScriptWithString ¶ added in v0.3.7
func Runwithcolor ¶
func StashableChanges ¶ added in v0.2.2
func StashableChanges() bool
Types ¶
type Branch ¶ added in v0.3.2
func BranchList ¶ added in v0.2.3
func BranchList() []Branch
type FileChange ¶ added in v0.3.3
func FileChangesList ¶ added in v0.3.3
func FileChangesList() []FileChange
Click to show internal directories.
Click to hide internal directories.