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

x/feomasto/priv/deps.ts>args.commands.CommandReturn

Sync posts from Mastodon into FeoBlog
Go to Latest
namespace args.commands.CommandReturn
import { args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { CommandReturn } = args.commands;

Interfaces

Interface of parsing failure

Interface of a main command variant

Interface of a sub command variant

type alias args.commands.CommandReturn
import { type args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { CommandReturn } = args.commands;

Success variant of Command::extract

Type Parameters

MainVal

Type of main dictionary

Name extends string

Command name

Sub extends CommandReturn<any, any, any>

Type of subcommand dictionary