cli.md
11.2 KB
-
Use `requirements.txt` as default export format · 3ec44ed0
Prior to this change, users were always forced to specify the `--format` option when invoking `poetry export`, although `requirements.txt` is currently the only accepted value. This patch modifies `poetry export` to make the `--format` option nonobligatory. If omitted, `requirements.txt` will be assumed as the default value.
Clemens Kaposi committed