package
0.44.1
Repository: https://github.com/secrethub/secrethub-cli.git
Documentation: pkg.go.dev

# Packages

Package clip provides functionality to read from and write to the clipboard.
Package cloneproc provides functionality to spawn a detached clone of the current process.
Package filemode provides a wrapper around os.FileMode so that it can be parsed from a CLI flag.
No description provided by the author
Package mlock allows for locking memory, providing implementations for different operating systems.
No description provided by the author
Package progress provides a printer that writes dots at a configured interval.
Package ui provides a simple way to interact with the user through the terminal, i.e.
No description provided by the author

# Functions

ApplyTemplate executes the given template text on data, writing the result to `w`.
No description provided by the author
No description provided by the author
NewApp defines a new command-line application.
NewLogger returns a logger with the given format, module and loglevel.
PrettyJSON returns a 4-space indented JSON text.

# Variables

DefaultCommandDelimiters defines which delimiters should be replaced.
DefaultEnvSeparator defines how to join env var names.
HelpTemplate is the custom help template for the command.
UsageTemplate is the custom usage template of the command.

# Structs

App represents a command-line application that wraps the cobra library and adds functionality for verifying environment variables used for configuring the cli.
No description provided by the author
CommandClause represents a command clause in a command-line application.
Flag represents a command-line flag.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Logger can be used to log debug and warning messages.
Registerer allows others to register commands on it.

# Type aliases

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