# Packages
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetOutputFormat gets the selected output format based on the CLI args.
HandleNoColor handles FlagNoColor to disable console coloring.
HumanizeGitHash shortens a Git hash to make it more readable.
HumanizePolicyType converts the GraphQL PolicyType enum to a human readable string.
HumanizeVCSProvider converts the GraphQL VCSProvider enum to a human readable string.
OutputJSON outputs the specified object as JSON.
OutputTable outputs the specified data as a table.
PerformAllBefore wraps all the specified BeforeFuncs into a single BeforeFunc.
# Constants
EmptyArgsUsage is used to specify that the command arguments section shouldn't be displayed in the help text.
OutputFormatJSON represents the output formatted as JSON.
OutputFormatTable represents the output formatted in a table.
# Variables
AvailableOutputFormatStrings returns all the output formats available to users.
FlagNoColor disables coloring in the console output.
FlagOutputFormat allows users to change the output format of commands that support it.
# Type aliases
OutputFormat defines the way that the results of a command are output to the user.