Skip to content

Commit 33a5f5a

Browse files
committed
Added missing commands: redo, mode, clear
1 parent f5f4b36 commit 33a5f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/controlbox.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ function(_yargs, d3, demos) {
229229
if (entry.trim() === 'help' || entry.trim() === 'help()') {
230230
this.info('pres() = Turn on presenter mode')
231231
this.info('undo = Undo the last git command')
232+
this.info('redo = Redo the last undone git command')
233+
this.info('mode = Change mode')
234+
this.info('clear = Clear the history pane and reset the visualization')
232235
this.info()
233236
this.info('Available Git Commands:')
234237
this.info('`git branch`')

0 commit comments

Comments
 (0)