Skip to content

Commit d63bae8

Browse files
committed
docs(readme): update search driver options in documentation
- Updated the search driver options in both English and Chinese README files. - Changed the default driver from 'sequence' to 'sync' and added 'process' as an option. - Ensured clarity in the documentation for better user understanding.
1 parent 519b4ff commit d63bae8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Arguments:
6464
keyword Search keyword for music
6565

6666
Options:
67-
--driver[=DRIVER] Specify the search driver(fork、sequence) [default: "sequence"]
67+
--driver[=DRIVER] Specify the search driver(sync、fork、process) [default: "sync"]
6868
-d, --dir[=DIR] Specify the download directory
6969
--no-continue Specify whether to recall the command after the download is complete
7070
--sources[=SOURCES] Specify the music sources(tencent、netease、kugou) (multiple values allowed)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Arguments:
6464
keyword Search keyword for music
6565

6666
Options:
67-
--driver[=DRIVER] Specify the search driver(fork、sequence) [default: "sequence"]
67+
--driver[=DRIVER] Specify the search driver(sync、fork、process) [default: "sync"]
6868
-d, --dir[=DIR] Specify the download directory
6969
--no-continue Specify whether to recall the command after the download is complete
7070
--sources[=SOURCES] Specify the music sources(tencent、netease、kugou) (multiple values allowed)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"mark-start": "printf '\\n!\\n!\\t\\033[0;36m%s\\033[0m\\n!\\n\\n' \"Started\"",
168168
"md-fix": "@md-lint --fix",
169169
"md-lint": "lint-md --config .lintmdrc ./*.md ./.github/ ./docs/",
170-
"pest": "@php ./vendor/bin/pest --coverage --profile --colors=always -v",
170+
"pest": "@php ./vendor/bin/pest --coverage --profile --colors=always",
171171
"pest-coverage": "@pest --coverage-html=./build/phpunit/ --coverage-clover=./clover.xml",
172172
"pest-migrate-configuration": "@pest --migrate-configuration",
173173
"pest-type-coverage": "@pest --type-coverage",

0 commit comments

Comments
 (0)