pull/45/head
Alec Muffett 2019-11-10 14:47:57 +00:00
rodzic 19902f54c6
commit 9bbca807eb
2 zmienionych plików z 2 dodań i 1 usunięć

2
eotk
Wyświetl plik

@ -510,7 +510,7 @@ case "$cmd" in
# this used to be called 'push' but got renamed because oops.
# ---- DO NOT USE THIS CASUALLY, LEARN FROM MY MISTAKES ----
ob-remote-nuke-and-push|rnap) ## DESTRUCTIVE PUSH of local project configuration to workers, without safety checks
ob-remote-nuke-and-push|rnap) ## DESTRUCTIVE PUSH of local project configuration to workers; NO SAFETY CHECKS, do not use on live system
$self stop -a
DestructivePush
;;

Wyświetl plik

@ -7,6 +7,7 @@ s/\s$//;
($opts, $docs) = split(/\s*##\s*/);
$opts =~ s/x--/--/g;
$opts =~ s/\|\*//;
$opts =~ s/\)$//;
$key = $opts;