You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Feature Request
If I want to launch a shell and want to pass arguments to the actual shell it's impossible
> poetry shell -- -NoProfile -NoLogo
...
NoSuchOptionException
The "-N" option does not exist.
...
> poetry shell -NoProfile -NoLogo
...
NoSuchOptionException
The "-N" option does not exist.
...
The text was updated successfully, but these errors were encountered:
Feature Request
If I want to launch a shell and want to pass arguments to the actual shell it's impossible
The text was updated successfully, but these errors were encountered: