Skip to content

Commit

Permalink
chore: remove aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jun 29, 2024
1 parent f5e809c commit c0390a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/explain.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var (
Use: "explain",
Short: "Provides information about a CIDR range",
Example: explainExample,
Aliases: []string{"e", "exp", "expl"},
Run: func(cmd *cobra.Command, args []string) {
if len(args) != 1 {
fmt.Println("error: provide a CIDR range")
Expand Down

0 comments on commit c0390a2

Please sign in to comment.