Skip to content

Commit

Permalink
trying to fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
n3s0 committed Oct 7, 2024
1 parent 24d3453 commit 6836a1a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions snc/subnetCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,12 @@ import (
"github.com/spf13/cobra"
)

<<<<<<< HEAD
var subnetCmd = &cobra.Command {
Use: "subnet [subnet/CIDR]",
Short: "NOT COMPLETE: Calculate and display subnet and subnet ranges",
Long: "Calculate and display subnet and subnet ranges.",
Run: func(cmd *cobra.Command, args []string) {
},
=======
var subnetCmd = &cobra.Command{
Use: "subnet [subnet/CIDR]",
Short: "Calculate and display subnet and subnet ranges",
Short: "NOT COMPLETE: Calculate and display subnet and subnet ranges",
Long: "Calculate and display subnet and subnet ranges.",
Run: func(cmd *cobra.Command, args []string) {
},
>>>>>>> 8a102b8 (Updating subnet calculator feature)
}

func init() {
Expand Down

0 comments on commit 6836a1a

Please sign in to comment.