Options
All
  • Public
  • Public/Protected
  • All
Menu

extension of main cli config with a working directory provided

Hierarchy

Index

Properties

Optional baseDir

baseDir: string

Optional commandDelim

commandDelim: string | null

syntax delimiter for subcommands. (default is ' ')

Optional commandDir

commandDir: string

path to compiled command outputs

Optional name

name: string

a name for the CLI project, usually corresponding to the command name itself

Optional plugins

plugins: string[]

List of plugins to load globally

Optional rootCommand

rootCommand: string

path to default command implementation, or a single command CLI

Optional version

version: string