Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandDetails<PARAMS>

Details common to commands created via functions

Type parameters

  • PARAMS = any

Hierarchy

Index

Properties

Optional autoSubmit

autoSubmit: boolean

description

description: string

Optional intent

intent: string | string[] | RegExp

Optional repoFinder

repoFinder: RepoFinder

Optional repoLoader

repoLoader: (p: PARAMS) => RepoLoader

Type declaration

Optional tags

tags: string | string[]

Generated using TypeDoc