@@ -28,22 +28,22 @@ Usage: eask <command> [options..]
2828
2929Commands:
3030 activate [files..] activate package; use to test package activation
31- archives list out all package archives [aliases: sources]
31+ archives list out all package archives [aliases: sources]
3232 autoloads generate autoloads file
3333 clean-all do all cleaning tasks
3434 clean-elc remove byte compiled files generated by cask build
3535 clean clean up local .eask directory
36- compile [names..] byte compile all Emacs Lisp files in the package [aliases: build]
37- concat [names..] concatenate all elisp files [aliases: concatenate]
38- create <name> create a new elisp project [aliases: new]
36+ compile [names..] byte compile all Emacs Lisp files in the package [aliases: build]
37+ concat [names..] concatenate all elisp files [aliases: concatenate]
38+ create <name> create a new elisp project [aliases: new]
3939 emacs [args..] execute emacs with the appropriate environment
4040 eval [form] evaluate lisp form with a proper PATH
41- path print the PATH (exec-path) from workspace [aliases: exec-path]
41+ path print the PATH (exec-path) from workspace [aliases: exec-path]
4242 exec [args..] execute command with correct environment PATH set up
4343 files print the list of all package files
4444 info display information about the current package
4545 init create new Eask file in current directory
46- install-deps automatically install package dependencies [aliases: install-dependencies, prepare]
46+ install-deps automatically install package dependencies [aliases: install-dependencies, prepare]
4747 install [names..] install packages
4848 keywords list available keywords that can be used in the header section
4949 lint <type> run linter
@@ -60,31 +60,32 @@ Commands:
6060 reinstall [names..] reinstall packages
6161 search [queries..] search packages
6262 test <type> run test
63- uninstall [names..] uninstall packages [aliases: delete]
63+ uninstall [names..] uninstall packages [aliases: delete]
6464 upgrade [names..] upgrade packages
6565 check-eask [files..] run eask checker
6666 locate print out Eask installed location
67- upgrade-eask upgrade Eask itself [aliases: upgrade-self]
67+ upgrade-eask upgrade Eask itself [aliases: upgrade-self]
6868
6969Options:
70- --version Show version number [boolean]
71- --help Show usage instructions [boolean]
72- -g, --global change default workspace to ~/.emacs.d/ [boolean]
73- -f, --force enable force flag [boolean]
74- --development, --dev turn on development mode [boolean]
75- --debug turn on debug mode [boolean]
76- --strict report error instead of warnings [boolean]
77- --allow-error continue the executioon even there is error reported [boolean]
78- --insecure allow insecure connection [boolean]
79- --timestamps log with timestamps [boolean]
80- --log-level log with level [boolean]
81- --elapsed-time, --et show elapsed time between each operation [boolean]
82- --no-color disable color output [boolean]
83- --proxy update proxy for HTTP and HTTPS to host [string]
84- --http-proxy update proxy for HTTP to host [string]
85- --https-proxy update proxy for HTTPS to host [string]
86- --no-proxy set no-proxy to host [string]
87- -v, --verbose set verbosity from 0 to 4 [number]
70+ --version Show version number [boolean]
71+ --help Show usage instructions [boolean]
72+ -g, --global change default workspace to ~/.emacs.d/ [boolean]
73+ -f, --force enable force flag [boolean]
74+ --development, --dev turn on development mode [boolean]
75+ --debug turn on debug mode [boolean]
76+ --strict report error instead of warnings [boolean]
77+ --allow-error continue the executioon even there is error reported [boolean]
78+ --insecure allow insecure connection [boolean]
79+ --timestamps log with timestamps [boolean]
80+ --log-level log with level [boolean]
81+ --log-file, --lf generate log files [boolean]
82+ --elapsed-time, --et show elapsed time between each operation [boolean]
83+ --no-color disable color output [boolean]
84+ --proxy update proxy for HTTP and HTTPS to host [string]
85+ --http-proxy update proxy for HTTP to host [string]
86+ --https-proxy update proxy for HTTPS to host [string]
87+ --no-proxy set no-proxy to host [string]
88+ -v, --verbose set verbosity from 0 to 4 [number]
8889
8990For more information, find the manual at https://emacs-eask.github.io/
9091```
0 commit comments