Skip to main content
Using Deno in production at your company?
Give us feedback
Module

x/deno_books/deps.ts>Command#hasCommands

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

Checks whether the command has sub-commands or not.

Parameters

optional
hidden: boolean

Include hidden commands.

Returns

boolean