File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.1
2
+ ========
3
+ - Allow missing prefix for Bash Tab-completion.
4
+
1
5
1.3.0
2
- =======
6
+ ========
3
7
- commandr.CommandrUsageException(my_message) can now be raised in a commandr
4
8
run function to print Usage.
5
9
- commandr.Usage(my_message) can now be called to print the Usage.
8
12
- Adds support for Bash Tab-completion.
9
13
10
14
1.2.1
11
- =======
15
+ ========
12
16
- The 'help' command has been added to give either the global help or help on
13
17
a specific command (help [command]).
14
18
- The option 'help_docs' was added to print __main__.__doc__ on help messages.
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = 'commandr' ,
24
- version = '1.3.0 ' ,
24
+ version = '1.3.1 ' ,
25
25
packages = ['commandr' ],
26
26
author = 'Kevin Ballard' ,
27
27
author_email = 'kevin@tellapart.com' ,
You can’t perform that action at this time.
0 commit comments