* Ideally named after the command line, the brand will be used * when searching for configuration files. * * @param name The name should be all lowercase and contains only numbers, letters, and dashes.
(value: string)
| 45 | * @param name The name should be all lowercase and contains only numbers, letters, and dashes. |
| 46 | */ |
| 47 | public brand(value: string): Builder { |
| 48 | this.data.brand = value |
| 49 | return this |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Excludes core libraries if they're not needed, for performance reasons. |