Releases: emacs-eask/cli
Releases · emacs-eask/cli
0.2.24
0.2.0
- Fix install command (286fa96)
- Fix load path for
_prepare.el
script (87946d5) - Add command
eask compile
(f242227) - Add Eask file options
source-priority
- Add Eask file options
load-path
- Add Eask file options
load-paths
- Add command
eask list
- Add command
eask info
- Add command
eask files
- Add command
eask clean-elc
- Add command
eask load-path
- Show help on command fails (cf17c08)
- Add command
eask lint
(4157f43) - Add hooks for all commands, including the master one.
- Command
compile
, andlint
accept multiple arguments,files
(b06f113) - Add command
eask init
(846f897) - Add command
eask exec
(83cc11d) - Add command
eask package-directory
(e3098c8) - Add command
eask path
(3b37957) - Add command
eask eval
(a3d8cd5) - Add command
eask list-all
(5817606) - Add command
eask autoloads
(3f7c989) - Add command
eask pkg-file
(e267b5a) - Add command
eask outdated
(eb03a2b) - Command
load-path
andexec-path
can now accept-g
option. (e73bff7) - Add proxy global options (8e3a913)
- Accept
Eask
file from default~/.emacs.d/
directory (044ce93) - Use
spawn
instead ofexec
, so new the terminal will be updated immediately (e1790a8) - Done basic error handling with exit code at the end of executions (e5afb70)