CmdPause is used by agnhost Cobra.
var CmdPause = &cobra.Command{ Use: "pause", Short: "Pauses the execution", Long: `Pauses the execution. Useful for keeping the containers running, so other commands can be executed.`, Args: cobra.MaximumNArgs(0), Run: pause, }