Skip to content

Commit

Permalink
Merge 1b1f1db into 163bdab
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Wyndham committed Jan 20, 2020
2 parents 163bdab + 1b1f1db commit 6040bcf
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 10 deletions.
2 changes: 2 additions & 0 deletions packages/cli/lib/as-pect.cli.amd.d.ts
Expand Up @@ -85,6 +85,8 @@ declare module "util/CommandLineArg" {
json: string | boolean;
verbose: string | boolean;
summary: string | boolean;
/** Suppress ASCII art from being printed */
nologo: boolean;
/** Tracks changes made by the cli options */
changed: Set<string>;
workers: number;
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/lib/as-pect.cli.amd.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions packages/cli/lib/as-pect.cli.amd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli/lib/help.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/cli/lib/util/CommandLineArg.d.ts
Expand Up @@ -59,6 +59,8 @@ export interface Options {
json: string | boolean;
verbose: string | boolean;
summary: string | boolean;
/** Suppress ASCII art from being printed */
nologo: boolean;
/** Tracks changes made by the cli options */
changed: Set<string>;
workers: number;
Expand Down

0 comments on commit 6040bcf

Please sign in to comment.