Skip to content

Commit

Permalink
v2.1.0 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Oct 29, 2023
1 parent 7682a97 commit ee50d93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ igir --help
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$| \ | $$ | $$ $$ https://igir.io/
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.0.7
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.1.0
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand Down Expand Up @@ -183,7 +183,8 @@ Report options:
Help & debug options:
--dat-threads Number of DATs to process in parallel [number] [default: 3]
--writer-threads Maximum number of ROMs to write in parallel [number] [default: 20]
--reader-threads Maximum number of ROMs to read in parallel per disk[number] [default: 10]
--writer-threads Maximum number of ROMs to write in parallel [number] [default: 10]
-v, --verbose Enable verbose logging, can specify up to three times (-vvv) [count]
-h, --help Show help [boolean]
Expand All @@ -208,8 +209,7 @@ Advanced usage:
{onion} The ROM's emulator-specific /Roms/* directory for OnionOS/GarlicOS (e.g. "GB")
{batocera} The ROM's emulator-specific /roms/* directory for Batocera (e.g. "gb")
{jelos} The ROM's emulator-specific /roms/* directory for JELOS (e.g. "gb")
{funkeyos} The ROM's emulator-specific /* directory for FunKey OS (e.g. "Game Boy")
{funkeyos} The ROM's emulator-specific /Roms* directory for FunKey OS (e.g. "Game Boy")
Example use cases:
Expand Down
4 changes: 2 additions & 2 deletions 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": "igir",
"version": "2.0.7",
"version": "2.1.0",
"description": "🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.",
"keywords": [
"1g1r",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-readme-help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "$(dirname "$0")/.."
README="README.md"
HELP="\$ igir --help
$(npm start -- --help "${1:-97}" | sed 's/ *$//g')"
$(npm start --silent -- --help "${1:-97}" | sed 's/ *$//g')"
(awk 'BEGIN {msg=ARGV[1]; delete ARGV[1]; p=1} /^```help/ {print; print msg; p=0} /^```$/ {p=1} p' \
"${HELP}" \
"${README}" > "${README}.temp" || exit 1) && mv -f "${README}.temp" "${README}"

0 comments on commit ee50d93

Please sign in to comment.