Przeglądaj źródła

Remove backward compat `--no-error` option

pull/171/head
Yamashita, Yuu 8 lat temu
rodzic
commit
08cfea259c
2 zmienionych plików z 0 dodań i 8 usunięć
  1. +0
    -4
      bin/pyenv-sh-activate
  2. +0
    -4
      bin/pyenv-sh-deactivate

+ 0
- 4
bin/pyenv-sh-activate Wyświetl plik

@ -35,10 +35,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" )
FORCE=1
;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet" )
QUIET=1
;;

+ 0
- 4
bin/pyenv-sh-deactivate Wyświetl plik

@ -21,10 +21,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" )
FORCE=1
;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet")
QUIET=1
;;

Ładowanie…
Anuluj
Zapisz