Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ba7666

Browse files
Tuning command alias.
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent b7c273b commit 0ba7666

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

‎lib/commands/session.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var session = require('../session');
1010

1111
const cmd = {
1212
command: 'session [keyword]',
13+
aliases: ['branch'],
1314
desc: 'Manage sessions',
1415
builder: function(yargs) {
1516
return yargs

‎lib/commands/show.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var session = require('../session');
1515

1616
const cmd = {
1717
command: 'show [keyword]',
18-
aliases: ['view', 'pull'],
18+
aliases: ['view', 'pick'],
1919
desc: 'Show question',
2020
builder: function(yargs) {
2121
return yargs

‎lib/commands/submission.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var session = require('../session');
1212

1313
const cmd = {
1414
command: 'submission [keyword]',
15+
aliases: ['pull'],
1516
desc: 'Download submission code',
1617
builder: function(yargs) {
1718
return yargs

‎lib/commands/user.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var session = require('../session');
88

99
const cmd = {
1010
command: 'user',
11+
aliases: ['account'],
1112
desc: 'Manage account',
1213
builder: function(yargs) {
1314
return yargs

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /