Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
vineshtk committed Aug 20, 2024
1 parent bf74479 commit 8a9d3bf
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 612 deletions.
5 changes: 1 addition & 4 deletions cmd/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ var networkCmd = &cobra.Command{
Long: `A longer description that spans multiple lines and likely contains examples
and usage of using your command.`,
Run: func(cmd *cobra.Command, args []string) {
// if len(args) == 0 {
// cmd.Help()
// os.Exit(0)
// }
menu.ShowMainMenu()
menu.GetInputsFromUser()
},
}


func init() {
rootCmd.AddCommand(networkCmd)
// networkCmd.PersistentFlags().String("foo", "", "A help for foo")
Expand Down
Loading

0 comments on commit 8a9d3bf

Please sign in to comment.