File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ var session = require('../session');
1010
1111const cmd = {
1212 command : 'session [keyword]' ,
13+ aliases : [ 'branch' ] ,
1314 desc : 'Manage sessions' ,
1415 builder : function ( yargs ) {
1516 return yargs
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var session = require('../session');
1515
1616const cmd = {
1717 command : 'show [keyword]' ,
18- aliases : [ 'view' , 'pull ' ] ,
18+ aliases : [ 'view' , 'pick ' ] ,
1919 desc : 'Show question' ,
2020 builder : function ( yargs ) {
2121 return yargs
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ var session = require('../session');
1212
1313const cmd = {
1414 command : 'submission [keyword]' ,
15+ aliases : [ 'pull' ] ,
1516 desc : 'Download submission code' ,
1617 builder : function ( yargs ) {
1718 return yargs
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ var session = require('../session');
88
99const cmd = {
1010 command : 'user' ,
11+ aliases : [ 'account' ] ,
1112 desc : 'Manage account' ,
1213 builder : function ( yargs ) {
1314 return yargs
You can’t perform that action at this time.
0 commit comments