Documentation
¶
Index ¶
- Constants
- func ChoosePath(in io.Reader, out io.Writer, repoPath string, repoErr error, globalPath string, ...) (string, error)
- func ChoosePathInteractive(in io.Reader, out io.Writer, repoPath string, repoErr error, globalPath string, ...) (string, error)
- func ChoosePathText(in io.Reader, out io.Writer, repoPath string, repoErr error, globalPath string, ...) (string, error)
- func EnsureNoRepoNarrowConfig(cwd, repoPath string) error
- func GlobalLabel(path string) string
- func IsTerminalFile(v any) bool
- func NewFlagSet() *pflag.FlagSet
- func PathOptions(repoPath string, repoErr error, globalPath string, globalErr error) []huh.Option[string]
- func PrintUsage(out io.Writer, fs *pflag.FlagSet)
- func ProjectLabel() string
- func ResolvePath(in io.Reader, out io.Writer, repoPath string, repoErr error, globalPath string, ...) (string, error)
- func Run(in io.Reader, out io.Writer, cwd, userConfigDir string, force bool, ...) error
- func ShouldUseInteractivePrompt(in io.Reader, out io.Writer) bool
- type Command
- type Flags
- type Target
Constants ¶
View Source
const ( )
Variables ¶
This section is empty.
Functions ¶
func ChoosePath ¶
func ChoosePathInteractive ¶
func ChoosePathText ¶
func GlobalLabel ¶
func IsTerminalFile ¶
func NewFlagSet ¶
func PathOptions ¶
func ProjectLabel ¶
func ProjectLabel() string
func ResolvePath ¶
Types ¶
type Command ¶
Click to show internal directories.
Click to hide internal directories.