Documentation
¶
Overview ¶
Package cmd provides command-line interface functionality for WhaleTUI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version information - these should be set during build Version = "dev" // CommitSHA is the Git commit SHA hash CommitSHA = "unknown" // BuildDate is the build timestamp BuildDate = "unknown" )
Functions ¶
Types ¶
type UserInteraction ¶
type UserInteraction struct{}
UserInteraction handles user input and interaction for command-line operations
Click to show internal directories.
Click to hide internal directories.