Skip to main content
Module

x/dyr/deps.ts>CompletionsCommand

Access Yr's weather API and Nominatim's API with Deno
Go to Latest
class CompletionsCommand
extends Command<void, void, void, [], { name: string; }>
import { CompletionsCommand } from "https://deno.land/x/dyr@v2.0.1/deps.ts";

Generates shell completion scripts for various shells.

Constructors

new
CompletionsCommand(cmd?: Command)