package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Aug 7, 2026
License: MIT
Opens a new window with license information.
Imports: 44
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cmd is the cobra command tree for the praxis CLI.
Execute runs the root command. Called from main.
type Freshness struct {
Tool string `json:"tool"`
Installed bool `json:"installed"`
Current string `json:"current,omitempty"`
Latest string `json:"latest,omitempty"`
Stale bool `json:"stale"`
}
Freshness is one tool's freshness result, surfaced to status/login/nag.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.