File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
en/Getting-Started/Basic-Usage
zh-TW/Getting-Started/Basic-Usage Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020"use strict" ;
2121
2222exports . command = [ 'command [names..]' , 'cmd [names..]' ] ;
23- exports . desc = 'Run custom command ' ;
23+ exports . desc = 'Run elisp commands named [names..] ' ;
2424exports . builder = yargs => yargs
2525 . positional (
2626 '[names..]' , {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Usage: eask <command> [options..]
3434Commands:
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
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Usage: eask <command> [options..]
3131Commands:
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
You can’t perform that action at this time.
0 commit comments