Skip to content

Commit

Permalink
chore: add yargs-help-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden authored and kellyselden committed Feb 18, 2021
1 parent cb091e7 commit 52c662d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 73 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here are a couple examples of using the FalTest CLI.

## Default Options

<!-- CODEGEN_CLI_HELP_START -->
<!-- CODEGEN_CLI_HELP -->

```
Options:
Expand Down Expand Up @@ -80,7 +80,7 @@ Options:
[boolean] [default: false]
```

<!-- CODEGEN_CLI_HELP_END -->
<!-- CODEGEN_CLI_HELP -->

## Filtering

Expand Down
16 changes: 0 additions & 16 deletions helpers/fs.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint:git": "commitlint",
"lint:js": "eslint . --ext js,json",
"lint:md": "remark -f doc CONTRIBUTING.md README.md packages/*/README.md examples/*/README.md packages/lint/doc",
"release": "next release --scripts.precommit \"\\\"$PWD/scripts/precommit.js\\\" && git add README.md\" --scripts.postbump \"\\\"$PWD/scripts/postbump.js\\\"\" --no-bump-in-range-dependencies",
"release": "next release --scripts.precommit \"yargs-help-output README.md --npm-script-name start && git add README.md\" --scripts.postbump \"\\\"$PWD/scripts/postbump.js\\\"\" --no-bump-in-range-dependencies",
"start": "faltest",
"test": "./scripts/run.js packages test",
"test:acceptance": "mocha --recursive"
Expand Down
53 changes: 0 additions & 53 deletions scripts/precommit.js

This file was deleted.

10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5690,6 +5690,14 @@ yaml@^1.10.0:
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

yargs-help-output@^1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/yargs-help-output/-/yargs-help-output-1.0.4.tgz#1c42db4f9159448c5065c986ad9aed0d3c627936"
integrity sha512-+8dwg1qslrIJSPAUpsDOg8ijJS8eExAoP76uyxBvBRK99vO4cuzmZoz14BpU2nGTyJWtSDyz9RQ4uUUpgPu1oA==
dependencies:
execa "^5.0.0"
yargs "^16.2.0"

[email protected], yargs-parser@^13.1.2:
version "13.1.2"
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
Expand Down Expand Up @@ -5763,7 +5771,7 @@ yargs@^15.3.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"

yargs@^16.0.0:
yargs@^16.0.0, yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
Expand Down

0 comments on commit 52c662d

Please sign in to comment.