Skip to main content
Module

x/wcarbon/deps.ts>Command#removeOption

CLI tool for Website Carbon's API
Go to Latest
method Command.prototype.removeOption
Re-export
import { Command } from "https://deno.land/x/wcarbon@v1.2.0/deps.ts";

Remove option by name.

Parameters

name: string

Name of the option. Must be in param-case.

Returns

IOption | undefined