hypercore-protocol / cli

A CLI for peer-to-peer file sharing using the Hypercore Protocol.
MIT License
206 stars 17 forks source link

Add `alias` option #56

Open Octalbyte opened 2 years ago

Octalbyte commented 2 years ago
  1. Trying to solve #1
  2. Having trouble while trying to run the code due to the fact that apparently it can't import ../lib/commands/alias.js. Not sure why. It is perfectly importing all the other files on the lib/commands folder. [Edit: this was solved.] image
Octalbyte commented 2 years ago

Edit: Error 2 was solved by changing the path for alias.js and moving it back.