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

Commit

Permalink
alias 'ipfs files ls' to 'ipfs ls'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonKrone committed Feb 16, 2018
1 parent 77c3657 commit 83ac5d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/commands/files.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict'

const print = require('../utils').print
const lsCmd = require('./ls')

module.exports = {
command: 'files <command>',
Expand All @@ -10,6 +11,7 @@ module.exports = {
builder (yargs) {
return yargs
.commandDir('files')
.command(lsCmd)
},

handler (argv) {
Expand Down

0 comments on commit 83ac5d4

Please sign in to comment.