Documentation
¶
Overview ¶
Package cmd wires Cobra commands to internal business logic. Each command file is responsible for one CLI verb and nothing else.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetVersion ¶
func SetVersion(v string)
SetVersion wires the build-time version string into the root command so that `since17 --version` prints it correctly. Must be called before Execute().
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.