Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.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.