This commit is contained in:
DeveloperDurp 2023-02-19 18:20:25 -06:00
parent 327f3082b3
commit 35a9be3738
11 changed files with 633 additions and 33 deletions

View file

@ -1,5 +1,5 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
*/
package net
@ -11,15 +11,14 @@ import (
// NetCmd represents the net command
var NetCmd = &cobra.Command{
Use: "net",
Short: "Networking",
Long: `Network based commands`,
Short: "Net is a palette that contains network based commands",
Long: ``,
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},
}
func init() {
//rootCmd.AddCommand(netCmd)
// Here you will define your flags and configuration settings.