Skip to content

Commit b3f295c

Browse files
committed
- Missing register command
1 parent 32d666b commit b3f295c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Version 0.1.0 2013-11-23
55
------------------------
66

77
1. New commands:
8-
- until (continue until the current line is executed)
9-
- frame (switch to a frame in the current stack for inspection)
10-
- info (quick access to useful information on the console)
11-
- finish (continue until the current function has returned)
12-
- leave (continue until the current function is returning)
13-
- shell (shell a command)
8+
- until (continue until the current line is executed)
9+
- frame (switch to a frame in the current stack for inspection)
10+
- info (quick access to useful information on the console)
11+
- finish (continue until the current function has returned)
12+
- leave (continue until the current function is returning)
13+
- shell (shell a command)
14+
- register (register a function for use as a command)
1415
2. Added printers for class and method
1516
3. Make uniform commands and aliases where possible
1617
4. Include all alias information and sub-command information in help

0 commit comments

Comments
 (0)