Skip to content

Commit 4492ba6

Browse files
committed
Add additional p4 commands, files and describe
1 parent def7994 commit 4492ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ NodeP4.prototype.users = function (options, callback)
386386
};
387387

388388
var commonCommands = ['add', 'delete', 'edit', 'revert', 'sync', 'diff', 'reconcile', 'reopen', 'resolved',
389-
'shelve', 'unshelve', 'client', 'resolve', 'submit'];
389+
'shelve', 'unshelve', 'client', 'resolve', 'submit', 'describe', 'files'];
390390

391391
commonCommands.forEach(function (command)
392392
{
@@ -396,4 +396,4 @@ commonCommands.forEach(function (command)
396396
};
397397
});
398398

399-
module.exports = new NodeP4();
399+
module.exports = new NodeP4();

0 commit comments

Comments
 (0)