Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yord committed Jan 9, 2021
2 parents ba1a137 + 3135885 commit c6dbb2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ and [building command-line parsers with shargs](#building-command-line-parsers-w

+ [An asynchronous version of deepThought.][shargs-example-async-deepthought]
+ [A synchronous version of deepThought.][shargs-example-sync-deepthought]
+ [deepThought with three layers of configuration: A config file, environment variables, and command-line arguments.][shargs-example-sync-deepthought-config-env-argv]
+ [A command-line arguments SQL parser.][shargs-example-sync-sql]
+ [A REPL (Real Eval Print Loop) build with `shargs-repl`.][shargs-example-repl]

Expand Down Expand Up @@ -6957,6 +6958,7 @@ Logo created by brgfx (<a href="https://www.freepik.com/free-photos-vectors/educ
[shargs-example-async-deepthought]: https://github.com/Yord/shargs-example-async-deepthought
[shargs-example-repl]: https://github.com/Yord/shargs-example-repl
[shargs-example-sync-deepthought]: https://github.com/Yord/shargs-example-sync-deepthought
[shargs-example-sync-deepthought-config-env-argv]: https://github.com/Yord/shargs-example-sync-deepthought-config-env-argv
[shargs-example-sync-sql]: https://github.com/Yord/shargs-example-sync-sql
[shargs-opts]: https://github.com/Yord/shargs-opts
[shargs-parser]: https://github.com/Yord/shargs-parser
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shargs",
"version": "1.0.0",
"version": "1.0.1",
"description": "A highly configurable and extensible command-line arguments parser",
"keywords": [
"shargs",
Expand Down

0 comments on commit c6dbb2a

Please sign in to comment.