Conversation
|
Does this also work with pip installed version? |
|
The self_replace will delete the currently running executable so in case we are using the pip installed version it may delete the python interpreter. In this case one approach could be that if we are using the pip installed version we will not uninstall dora but print a message saying that uninstalling can be unsafe must run the command |
|
So the cli can detect if it was installed using python with the python feature flag. Could you check if you can call either See: #940 |
f457db1 to
fcac1bb
Compare
fcac1bb to
3936db7
Compare
|
We can use |
59d16e1 to
dfa8dd1
Compare
|
FYI, the CI/CD error has been fixed on main. You can skip it |
|
Should i rebase with main? |
|
No it's ok |
|
I would be very grateful if we could create an additional PR the update cli command as I don't think it works with python installation. |
|
I will look into that. |
This PR adds the sub-command uninstall under the self command. It also adds the missing discription of the Self command. I have used self-replace crate for this purpose.