Skip to content

Commit

Permalink
Refactor root command creation in cmd/root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed May 1, 2024
1 parent 6e9a096 commit eafdfb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import (

// RootCommand creates and returns the root command
func RootCommand(settings *conf.Settings) *cobra.Command {
//ctx := config.GetGlobalContext()

// Create the root command
rootCmd := &cobra.Command{
Use: "birdnet",
Short: "BirdNET-Go CLI",
Expand Down

0 comments on commit eafdfb4

Please sign in to comment.