version

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VersionCmd = &cobra.Command{
	Use:   "version",
	Short: "Display version information",
	Long: "\nDisplay version information for the agentic-memorizer binary.\n\n" +
		"Shows the semantic version number, git commit hash, and build timestamp. " +
		"Version information is injected at build time using ldflags when building " +
		"with 'make build-release' or 'make install-release'.",
	Example: `  # Display version information
  agentic-memorizer version`,
	PreRunE: validateVersion,
	RunE:    runVersion,
}

Functions

func PrintVersion

func PrintVersion()

PrintVersion outputs version information in a detailed multi-line format

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL