refactor: improve command line flag descriptions and variable names

This commit is contained in:
Prad Nukala
2024-12-10 15:27:36 -05:00
parent 1250468f69
commit 45bc823de0
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
// main is the entry point for the application
func main() {
cmd := NewRootCmd()
cmd := rootCmd()
if err := cmd.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)