Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the application Version = "dev" // Commit is the git commit hash Commit = "unknown" // Description is the short description of the application Description = "A CLI tool to process ArgoCD diffs and post them as PR comments" )
Functions ¶
func GetDescription ¶
func GetDescription() string
GetDescription returns the application description
func GetFullVersion ¶
func GetFullVersion() string
GetFullVersion returns a formatted string with version and commit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.