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
it works when im in ~/.cargo/bin direction but it wont work once i quit.and yes the directory is in the path.when i type rpg into terminal it shows that this command exists but it says...
┌──(nxptunx㉿nxptunx)-[~]
└─$ rpg
rpg-cli: command not found
rpg-cli: command not found
The text was updated successfully, but these errors were encountered:
It sounds like you have rpg in your path, which I presume is the wrapper command you wrote, but not rpg-cli, which is the binary installed by cargo. You'd need both in your path to make it work.
it works when im in ~/.cargo/bin direction but it wont work once i quit.and yes the directory is in the path.when i type rpg into terminal it shows that this command exists but it says...
┌──(nxptunx㉿nxptunx)-[~]
└─$ rpg
rpg-cli: command not found
rpg-cli: command not found
The text was updated successfully, but these errors were encountered: