Skip to content

Commit

Permalink
test: Arg -all should be --all
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 13, 2024
1 parent 6e2dd7b commit f0af537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions lisp/core/outdated.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
;;
;; $ eask outdated
;;
;;
;; Action options:
;;
;; [--depth] dependency level to print
;;

;;; Code:

Expand Down
4 changes: 2 additions & 2 deletions test/commands/local/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ eask keywords
eask run script
eask run script test
eask run script extra -- Extra arguments!
eask run script -all
eask run script --all
eask run command
eask run command test
eask run command mini-test-3 -- Extra arguments!
eask run command -all
eask run command --all

# Exection
eask eval "(progn (require 'mini.emacs.pkg.1))"
Expand Down

0 comments on commit f0af537

Please sign in to comment.