package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 13, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var RootCmd = &cobra.Command{
Use: "ailops",
Short: "A sysadmin assistant powered by LLMs",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
configPath, _ := cmd.Flags().GetString("config")
config(configPath)
return nil
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.