Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Add ipfs commands to cli #78

Merged
merged 1 commit into from
Mar 4, 2016
Merged

Add ipfs commands to cli #78

merged 1 commit into from
Mar 4, 2016

Conversation

fbaiodias
Copy link
Member

Closes #54


module.exports = Command.extend({
desc: '',

run: name => {
const cli = ronin(path.resolve(__dirname, '..'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a ronin inside a ronin

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, but couldn't find out any other way of doing it 😟
Requiring src/cli/index didn't work as it only got the commands afterwards.

However this is not a full ronin as .run() isn't called :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants