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.Sub

Sync posts from Mastodon into FeoBlog
Go to Latest
interface args.commands.CommandReturn.Sub
implements SuccessBase<Value>
import { type args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { Sub } = args.commands.CommandReturn;

Interface of a sub command variant

Type Parameters

Name extends string

Type of subcommand name

Value extends CommandReturn<any, any, any>

Type of wrapped main command

Properties

readonly
tag: Name