@@ -33,22 +33,22 @@ Usage: eask <command> [options..]
3333
3434Commands:
3535 analyze [files..] Run Eask checker
36- archives List out all package archives [aliases: sources]
36+ archives List out all package archives [aliases: sources]
3737 clean <type> Delete various files produced during building
3838 compile [names..] Byte-compile `.el' files
3939 create <type> Create a new elisp project
4040 docker <version> [args..] Launch specified Emacs version in a Docker container
41- docs [names..] Build documentation [aliases: doc]
41+ docs [names..] Build documentation [aliases: doc]
4242 emacs [args..] Execute emacs with the appropriate environment
4343 eval [form] Evaluate lisp form with a proper PATH
44- path [patterns..] Print the PATH (exec-path) from workspace [aliases: exec-path]
44+ path [patterns..] Print the PATH (exec-path) from workspace [aliases: exec-path]
4545 exec [args..] Execute command with correct environment PATH set up
4646 files [patterns..] Print all package files
47- format <type> Run formatters [aliases: fmt]
47+ format <type> Run formatters [aliases: fmt]
4848 generate <type> Generate files that are used for the development
4949 info Display information about the current package
5050 init [files..] Initialize project to use Eask
51- install-deps Automatically install package dependencies [aliases: install-dependencies, prepare]
51+ install-deps Automatically install package dependencies [aliases: install-dependencies, prepare]
5252 install [names..] Install packages
5353 keywords List available keywords that can be used in the header section
5454 link <action> Manage links
@@ -58,7 +58,7 @@ Commands:
5858 load [files..] Load elisp files
5959 outdated Show all outdated dependencies
6060 package-directory Print path to package directory
61- package [destination] Build a package artifact, and put it into the given destination [aliases: pack]
61+ package [destination] Build a package artifact, and put it into the given destination [aliases: pack]
6262 recipe Suggest a recipe format
6363 recompile [names..] Byte-recompile `.el' files
6464 refresh Download package archives
@@ -67,32 +67,32 @@ Commands:
6767 search [queries..] Search packages
6868 status Display the state of the workspace
6969 test <type> Run regression/unit tests
70- uninstall [names..] Uninstall packages [aliases: delete]
70+ uninstall [names..] Uninstall packages [aliases: delete]
7171 upgrade [names..] Upgrade packages
7272 locate Print out Eask installed location
73- upgrade-eask Upgrade Eask itself [aliases: upgrade-self]
73+ upgrade-eask Upgrade Eask itself [aliases: upgrade-self]
7474
7575Proxy Options:
76- --proxy update proxy for HTTP and HTTPS to host [string]
77- --http-proxy update proxy for HTTP to host [string]
78- --https-proxy update proxy for HTTPS to host [string]
79- --no-proxy set no-proxy to host [string]
76+ --proxy update proxy for HTTP and HTTPS to host [string]
77+ --http-proxy update proxy for HTTP to host [string]
78+ --https-proxy update proxy for HTTPS to host [string]
79+ --no-proxy set no-proxy to host [string]
8080
8181Options:
82- --version output version information and exit [boolean]
83- --help show usage instructions [boolean]
84- --show-hidden Show hidden commands and options [boolean]
85- -g, --global change default workspace to ~/.eask/ [boolean]
86- -c, --config change default workspace to ~/.emacs.d/ [boolean]
87- -a, --all enable all flag [boolean]
88- -q, --quick start cleanly without loading the configuration files [boolean]
89- -f, --force enable force flag [boolean]
90- --debug turn on debug mode [boolean]
91- --strict report error instead of warnings [boolean]
92- --allow-error continue the executioon even there is error reported [boolean]
93- --insecure allow insecure connection [boolean]
94- --color enable/disable color output with `--no-` prefix [boolean]
95- -v, --verbose set verbosity from 0 to 5 [number]
82+ --version output version information and exit [boolean]
83+ --help show usage instructions [boolean]
84+ --show-hidden Show hidden commands and options [boolean]
85+ -g, --global change default workspace to ~/.eask/ [boolean]
86+ -c, --config change default workspace to ~/.emacs.d/ [boolean]
87+ -a, --all enable all flag [boolean]
88+ -q, --quick start cleanly without loading the configuration files [boolean]
89+ -f, --force enable force flag [boolean]
90+ --debug turn on debug mode [boolean]
91+ --strict report error instead of warnings [boolean]
92+ --allow-error continue the executioon even there is error reported [boolean]
93+ --insecure allow insecure connection [boolean]
94+ --no- color enable/disable color output [boolean]
95+ -v, --verbose set verbosity from 0 to 5 [number]
9696
9797For more information, find the manual at https://emacs-eask.github.io/
9898```
0 commit comments