working on a global config

This commit is contained in:
2026-06-18 17:05:42 +01:00
parent 3e92467beb
commit a980640e40
3 changed files with 58 additions and 1 deletions
+5
View File
@@ -31,6 +31,11 @@ func Execute(log *slog.Logger) {
}
func init() {
cobra.OnInitialize(initApplication)
rootCmd.Flags().StringP("out", "o", "", "output file")
rootCmd.Flags().StringP("session", "s", "", "output session info to file")
}
func initApplication() {
}