Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "drop <graph>", Short: "Drop a graph", Long: ``, Args: cobra.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) error { conn, err := gripql.Connect(rpc.ConfigWithDefaults(host), true) if err != nil { return err } return conn.DeleteGraph(args[0]) }, }
Cmd command line declaration
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.