var onceCmd = &cobra.Command{
    Use:     "once",
    Example: "statping once",
    Short:   "Check all services 1 time and then quit",
    RunE: func(cmd *cobra.Command, args []string) error {