Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 346a8d0

Browse files
committed
remove cat in files.js
1 parent 7c935c4 commit 346a8d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/files.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const argCommand = require('../cmd-helpers').argCommand
44

55
module.exports = (send) => {
66
return {
7-
cat: argCommand(send, 'cat'),
87
cp: argCommand(send, 'files/cp'),
98
ls: argCommand(send, 'files/ls'),
109
mkdir: argCommand(send, 'files/mkdir'),

0 commit comments

Comments
 (0)