Skip to content

CommandLineOptions

alanlohse edited this page Aug 8, 2021 · 1 revision

gottabe-plugin-dev / Exports / CommandLineOptions

Interface: CommandLineOptions

The command line options parsed

Table of contents

Properties

Properties

arch

Optional arch: string

The architecture

Defined in

gottabe_api.ts:89


build

build: boolean

The state of the build task

Defined in

gottabe_api.ts:73


clean

clean: boolean

The state of the clean task

Defined in

gottabe_api.ts:69


install

install: boolean

The state of the install task

Defined in

gottabe_api.ts:81


package

package: boolean

The state of the package task

Defined in

gottabe_api.ts:77


platform

Optional platform: string

The platform

Defined in

gottabe_api.ts:93


test

test: boolean

The state of the test task

Defined in

gottabe_api.ts:85

Clone this wiki locally