Skip to content

Commit 3c0a210

Browse files
committed
Document short command aliases
Signed-off-by: Thomas Much <[email protected]>
1 parent cf479c3 commit 3c0a210

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ rm /usr/local/bin/mob
6262
it works like this:
6363

6464
```
65-
brew link remotemobprogramming/brew/mob
65+
brew unlink mob && brew link mob
6666
```

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ Timer Commands:
176176
start <minutes> start mob session in wip branch and a <minutes> timer
177177
break <minutes> start a <minutes> break timer
178178
179+
Short Commands (Options and descriptions as above):
180+
s alias for 'start'
181+
n alias for 'next'
182+
d alias for 'done'
183+
b alias for 'branch'
184+
t alias for 'timer'
185+
179186
Get more information:
180187
status show the status of the current session
181188
fetch fetch remote state

mob.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,13 @@ Timer Commands:
16201620
start <minutes> start mob session in wip branch and a <minutes> timer
16211621
break <minutes> start a <minutes> break timer
16221622
1623+
Short Commands (Options and descriptions as above):
1624+
s alias for 'start'
1625+
n alias for 'next'
1626+
d alias for 'done'
1627+
b alias for 'branch'
1628+
t alias for 'timer'
1629+
16231630
Get more information:
16241631
status show the status of the current session
16251632
fetch fetch remote state

0 commit comments

Comments
 (0)