環境
- pipenv 2018.11.26
- python 3.7
質問
pipenv updateコマンドの--dry-runオプションと--outdatedオプションの説明は、どちらも"List out-of-date dependencies."と書かかれていました。
$ pipenv update --help
Usage: pipenv update [OPTIONS] [PACKAGES]...
Runs lock, then sync.
Options:
--bare Minimal output.
--outdated List out-of-date dependencies.
--dry-run List out-of-date dependencies.
...
https://pipenv.readthedocs.io/en/latest/#pipenv-update
--dry-runオプションと--outdatedオプションに違いはありますか?
また違いがない場合、どちらを使った方がよいでしょうか?
なんとなくですが、どちらか一方のオプションが古くて、その内「非推奨オプション」になるのかなと思いました。