Use `requirements.txt` as default export format
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.
Showing
Please
register
or
sign in
to comment