modulepackage
1.0.8
Repository: https://github.com/loopcontext/goclitools.git
Documentation: pkg.go.dev
# README
goclitools
Collection of tools for creating cli apps.
# Functions
Confirm input confirm.
ConfirmWithDefault with default value.
DependencyDocker docker dependency.
DependencyFastlane fastlane dependency.
DependencyFastlaneMatch fastlane dependency.
DependencyGit git dependency.
DependencyHomebrew dependency homebrew.
DependencyXcodebuild Xcode build.
Log ...
Logf ...
LogSection ...
OAuth2GetToken Create local http server and use it to get access token from oauth authorization provider.
PrintChecking ...
PrintNotOK ...
PrintOK ...
Prompt ...
PromptCached ...
PromptSecret ...
PromptSecretCached ...
PromptWithChoice ...
PromptWithMultiChoice ...
ReflectionFill ...
ReflectionFillUsingObject ...
Run ...
RunInDir ...
RunInteractive ...
RunInteractiveInDir ...
RunSecure ...
RunSecureInDir ...
RunSecureInteractive ...
RunSecureInteractiveInDir ...
RunWithInput ...
SecureByteArray ...
SecureStd ...
SecureString ...
# Structs
Dependency struct.
DependencyScriptFn interface - has to implement Run.
DependencyScriptString interface.
# Interfaces
DependencyScript interface - has to implement Run.