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
Hi folks,
I'm use invoke to run duplicity and duplicity uses megatols. Megatools has some commands like megals and megacopy to interact with mega.nz. Recently, megatools change to one single command that makes all operations: megatools ls
Duplicity developers may take some time to upgrade those changes.
Meanwhile, I make some aliases and simulate old commands:
'alias megals="megatools ls"' >> ~/.bashrc
But when I run duplicity from invoke tasks seems to don't see those aliases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks,
I'm use invoke to run duplicity and duplicity uses megatols. Megatools has some commands like megals and megacopy to interact with mega.nz. Recently, megatools change to one single command that makes all operations:
megatools ls
Duplicity developers may take some time to upgrade those changes.
Meanwhile, I make some aliases and simulate old commands:
But when I run duplicity from invoke tasks seems to don't see those aliases.
Any advice to solve the issue?
Beta Was this translation helpful? Give feedback.
All reactions