Implement 'delete' command for interface removal and refactor 'add' command
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
/*
|
||||
Copyright © 2026 Masato Kikuchi <m-kikuchi@neody.ad.jp>
|
||||
|
||||
*/
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "etherip-client",
|
||||
Short: "Ethernet over IPv6(RFC3378)カーネルのクライアント",
|
||||
Short: "EtherIP RFC3378 Client",
|
||||
Long: `Ethernet over IPv6`,
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
|
||||
Reference in New Issue
Block a user