UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

6 lines (5 loc) 207 B
import { Option } from '@roots/bud-support/clipanion'; export default Option.String(`--browser`, undefined, { description: `Open browser on successful development build.`, tolerateBoolean: true, });