Releases: emacs-eask/cli
Releases · emacs-eask/cli
0.3.0
- Ensure use
throw
operation to trigger CI (0253edf) - Fix extra concatenation args (458d551)
- Use inherit options for
spawn
process (aaf4ace) - Add command
eask package [dest]
(a304cc2) - Add
shmelpa
source (578ea2c) - Improve output message (9aa9ba5)
- Disable backup file by default (3be0010)
- Fix line endings on Windows system (b7b25da)
- Fix option that accept arguments (979d87e)
- Add verbosity level and timestamps (9de0bb4)
- Add new command
eask concat
(2c85287) - Add new options
--timestamps
and--no-timestamps
(3f167d6) - Add new option
--strict
(6d59d98) - Add new options
--log-level
and--no-log-level
(e5e0367) - Improve output messages, more!
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)