Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResetCmd = &cobra.Command{ Use: "reset", Short: "Resets and clears the information the mapper holds, causing it to forget the intents it has discovered.", Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, args []string) error { return mapperclient.WithClient(func(c *mapperclient.Client) error { return c.ResetCapture(context.Background()) }) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.