You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
433 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zdns-exec.R
\name{zdns_exec}
\alias{zdns_exec}
\alias{zdns_help}
\title{Raw interface to zdns}
\usage{
zdns_exec(args = c(), stdout = "", stdin = "")
zdns_help(x)
}
\description{
Pass in command-line arguments via \code{args}. Not a recommended function
unless you \emph{really} know what you're doing. Run \code{zdns_help()}
to see a list of options.
}