You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/root.go
+34-6Lines changed: 34 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,19 @@ import (
13
13
14
14
// rootCmd represents the base command
15
15
varrootCmd=&cobra.Command{
16
-
Use: "aibomgen-cli",
16
+
Use: "AIBoMGen-cli",
17
17
Short: "BOM Generator for Software Projects using AI {}",
18
-
Long: bannerASCII+"\n"+"BOM Generator for Software Projects using AI. Helps PDE manufacturers create accurate Bills of Materials for their AI-based software projects.",
constlongDescription="BOM Generator for Software Projects using AI. Helps PDE manufacturers create accurate Bills of Materials for their AI-based software projects."
0 commit comments