blob: 6ed189b041ee52a7d8f29069fc700ee365667039 (
plain)
1
2
3
4
|
// Package cli provides command-line interface setup and configuration
// for the totalrecall application. It handles flag parsing, command
// creation, and configuration management using cobra and viper.
package cli
|