Skip to content

Commit 1df7b6f

Browse files
committed
fix(command): Improve command desc
1 parent 3dee569 commit 1df7b6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmds/core/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"use strict";
2121

2222
exports.command = ['command [names..]', 'cmd [names..]'];
23-
exports.desc = 'Run custom command';
23+
exports.desc = 'Run elisp commands named [names..]';
2424
exports.builder = yargs => yargs
2525
.positional(
2626
'[names..]', {

docs/content/en/Getting-Started/Basic-Usage/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Usage: eask <command> [options..]
3434
Commands:
3535
archives List out all package archives [aliases: sources]
3636
clean <type> Delete various files produced during building
37-
command [names..] Run custom command [aliases: cmd]
37+
command [names..] Run elisp commands named [names..] [aliases: cmd]
3838
compile [names..] Byte compile all Emacs Lisp files in the package
3939
create <type> Create a new elisp project
4040
docker <version> [args..] Launch specified Emacs version in a Docker container
@@ -60,7 +60,7 @@ Commands:
6060
recipe Suggest a recipe format
6161
refresh Download package archives
6262
reinstall [names..] Reinstall packages
63-
run [names..] Run the script named [names..] [aliases: run-script]
63+
run [names..] Run script nameds [names..] [aliases: run-script]
6464
search [queries..] Search packages
6565
status Display the state of the workspace
6666
test <type> Run test

docs/content/zh-TW/Getting-Started/Basic-Usage/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Usage: eask <command> [options..]
3131
Commands:
3232
archives List out all package archives [aliases: sources]
3333
clean <type> Delete various files produced during building
34-
command [names..] Run custom command [aliases: cmd]
34+
command [names..] Run elisp commands named [names..] [aliases: cmd]
3535
compile [names..] Byte compile all Emacs Lisp files in the package
3636
create <type> Create a new elisp project
3737
docker <version> [args..] Launch specified Emacs version in a Docker container
@@ -57,7 +57,7 @@ Commands:
5757
recipe Suggest a recipe format
5858
refresh Download package archives
5959
reinstall [names..] Reinstall packages
60-
run [names..] Run the script named [names..] [aliases: run-script]
60+
run [names..] Run script nameds [names..] [aliases: run-script]
6161
search [queries..] Search packages
6262
status Display the state of the workspace
6363
test <type> Run test

0 commit comments

Comments
 (0)