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

x/feomasto/priv/deps.ts>command.CompletionsCommand

Sync posts from Mastodon into FeoBlog
Latest
class command.CompletionsCommand
extends Command
import { command } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { CompletionsCommand } = command;

Generates shell completion scripts for various shells.

Constructors

new
CompletionsCommand(cmd?: Command)