Skip to content

Commit

Permalink
Merge pull request #69 from yjinjo/v0
Browse files Browse the repository at this point in the history
Remove analyze cmd
  • Loading branch information
yjinjo authored Dec 5, 2024
2 parents 774bcb9 + b280edf commit 1632c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func init() {
rootCmd.AddCommand(other.SettingCmd)
rootCmd.AddCommand(other.LoginCmd)
rootCmd.AddCommand(other.ShortNameCmd)
rootCmd.AddCommand(other.AnalyzeCmd)

// Set default group for commands without a group
for _, cmd := range rootCmd.Commands() {
Expand Down

0 comments on commit 1632c81

Please sign in to comment.