UNPKG

@roots/bud

Version:

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

6 lines (5 loc) 256 B
import { platform } from 'node:os'; import { Option } from '@roots/bud-support/clipanion'; export default Option.Boolean(`--notify`, platform() === `darwin`, { description: `Enable notification (default on macOS, experimental on other platforms)`, });