Skip to content

Commit

Permalink
Merge pull request #15 from cope/patch-1
Browse files Browse the repository at this point in the history
Adding more p4 options
  • Loading branch information
wokim committed Sep 1, 2015
2 parents f5ceefe + 01b1571 commit 08d8350
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions p4options.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,37 @@ module.exports = {
cmd: '-m',
type: Number,
category: 'mixed'
},
client: {
cmd: '-c',
type: String,
category: 'mixed'
},
long: {
cmd: '-l',
category: 'unary'
},
trunk: {
cmd: '-L',
category: 'unary'
},
status: {
cmd: '-s',
type: String,
category: 'mixed'
},
time: {
cmd: '-t',
category: 'unary'
},
user: {
cmd: '-u',
type: String,
category: 'mixed'
},
custom: {
cmd: ' ',
type: String,
category: 'mixed'
}
};

0 comments on commit 08d8350

Please sign in to comment.