[gottabe-plugin-dev](../README.md) / [Exports](../modules.md) / CommandLineOptions # Interface: CommandLineOptions The command line options parsed ## Table of contents ### Properties - [arch](CommandLineOptions.md#arch) - [build](CommandLineOptions.md#build) - [clean](CommandLineOptions.md#clean) - [install](CommandLineOptions.md#install) - [package](CommandLineOptions.md#package) - [platform](CommandLineOptions.md#platform) - [test](CommandLineOptions.md#test) ## Properties ### arch • `Optional` **arch**: `string` The architecture #### Defined in [gottabe_api.ts:89](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L89) ___ ### build • **build**: `boolean` The state of the build task #### Defined in [gottabe_api.ts:73](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L73) ___ ### clean • **clean**: `boolean` The state of the clean task #### Defined in [gottabe_api.ts:69](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L69) ___ ### install • **install**: `boolean` The state of the install task #### Defined in [gottabe_api.ts:81](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L81) ___ ### package • **package**: `boolean` The state of the package task #### Defined in [gottabe_api.ts:77](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L77) ___ ### platform • `Optional` **platform**: `string` The platform #### Defined in [gottabe_api.ts:93](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L93) ___ ### test • **test**: `boolean` The state of the test task #### Defined in [gottabe_api.ts:85](https://github.com/gottabe-io/gottabe-plugin-dev/blob/47e6f7e/src/gottabe_api.ts#L85)