commit: syntax into eotk

pull/17/head
Alec Muffett 2017-02-28 14:24:44 +00:00
rodzic 676f2432f9
commit 18e2814c13
1 zmienionych plików z 5 dodań i 0 usunięć

5
eotk
Wyświetl plik

@ -368,6 +368,11 @@ case "$cmd" in
InvokeRemotely debugoff "$@"
;;
syntax) # project ..., or "-a"
$need_to_run_locally && RunLocallyOverProjects syntax "$@"
InvokeRemotely syntax "$@"
;;
harvest|onions) # project ..., or "-a"
$need_to_run_locally && RunLocallyOverProjects harvest "$@"
InvokeRemotely harvest "$@"