pub async fn define_name(
file: PathBuf,
name: String,
refers_to: String,
scope: Option<String>,
scope_sheet_name: Option<String>,
dry_run: bool,
in_place: bool,
output: Option<PathBuf>,
force: bool,
) -> Result<Value>