package
0.0.0-20240422232310-6f3d57286155
Repository: https://github.com/leep-frog/command.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
AliasSourcery outputs all alias source commands to the provided `command.Output`.
ExecutableFileGetProcessor returns a `commander.GetProcessor` that sets and gets the full go executable file path.
FileStringFromCLI returns a bash command that retrieves the binary file that is actually executed for a leep-frog-generated CLI.
No description provided by the author
No description provided by the author
No description provided by the author
RunCLI runs an individual CLI, thus making the go executable file the only setup needed.
Source generates the bash source file for a list of CLIs.
No description provided by the author
StubExecutableFile stubs the executable file returned by ExecutableFileGetProcessor().
ToCLI converts a node to a CLI.
ValueByOS will return the value that is associated with the current OS.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
EnvCacheVar is the environment variable pointing to the path for caching.
NosortString returns the complete option to ignore sorting.
No description provided by the author

# Structs

No description provided by the author
AliaserCommand creates an alias for another arg.
No description provided by the author
GoLeep is a CLI that runs command nodes that are defined in "main" packages.
SourcererCommand is a command that creates CLIs from main files.
UpdateLeepPackageCommand is a CLI for updating github.com/leep-frog packages.

# Interfaces

CLI provides a way to construct CLIs in go, with tab-completion.
No description provided by the author
No description provided by the author