Skip to content

Commit

Permalink
feature: add noForce
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Jul 29, 2022
1 parent 425705d commit 9a58e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export class Options {
@arg('--no-open', 'Do not open browser on startup')
noOpen = false

@arg('--no-force', 'Do not force reoptimization')
noForce = false

@arg('--debugging', 'Debugging pattern')
debugging = ''

Expand Down Expand Up @@ -98,6 +101,7 @@ const html = (title: string, name: string) =>
* @param options.https Use https
* @param options.jsx JSX transformer (default: react)
* @param options.noOpen Do not open browser on startup
* @param options.noForce Do not force reoptimization
* @param options.debugging Debugging pattern
* @param options.debuggingThis Enable debugging for current package
* @param options.quiet Quiet output
Expand Down

0 comments on commit 9a58e19

Please sign in to comment.