Skip to content

Commit

Permalink
core/cmd: Remove file command
Browse files Browse the repository at this point in the history
It is duplicate of files command group

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Jul 1, 2016
1 parent c4e8210 commit 2981ae6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 241 deletions.
1 change: 0 additions & 1 deletion core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ var rootSubcommands = map[string]*cmds.Command{
"swarm": SwarmCmd,
"tar": TarCmd,
"tour": tourCmd,
"file": unixfs.UnixFSCmd,
"update": ExternalBinary(),
"version": VersionCmd,
"bitswap": BitswapCmd,
Expand Down
217 changes: 0 additions & 217 deletions core/commands/unixfs/ls.go

This file was deleted.

23 changes: 0 additions & 23 deletions core/commands/unixfs/unixfs.go

This file was deleted.

0 comments on commit 2981ae6

Please sign in to comment.