Skip to main content
Module

x/deno_books/deps.ts>Command#meta

Access OpenLibrary's API with Deno.
Go to Latest
method Command.prototype.meta
Re-export
import { Command } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";

Add meta data. Will be displayed in the auto generated help and in the output of the long version.

Parameters

name: string

The name/label of the metadata.

value: string

The value of the metadata.