Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCLIArgs

Shared CLI arguments
Extend these to add your own shared arguments

Hierarchy

  • { $0: string; _: string[] }
    • IBaseCLIArgs

Indexable

[argName: string]: unknown

All remaining options

Index

Properties

Properties

$0

$0: string

The script name or node command

_

_: string[]

Non-option arguments

Optional settingsFile

settingsFile: undefined | string

Optional JSON file to load arguments from

Generated using TypeDoc