Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Cmd = &cobra.Command{ Use: "post PATH", Short: "Send a POST request", Long: "Send a POST request to the given path.", RunE: run, ValidArgs: urls.Resources(), } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files cmd.go Click to show internal directories. Click to hide internal directories.