Commit 4ff5066
committed
Make default command accept same args as 'add' command
Now 'blurb -i 123' works the same as 'blurb add -i 123', because nobody
expects the Spanish Inquisition... or having to type 'add' every time.
- Forward all add command parameters to the default command
- Update help text to indicate 'add' is the default command
- Parameters like --issue, --section, and --rst-on-stdin now work
directly with 'blurb' without specifying 'add'1 parent 8217638 commit 4ff5066
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
915 | | - | |
| 915 | + | |
916 | 916 | | |
917 | 917 | | |
918 | | - | |
| 918 | + | |
| 919 | + | |
919 | 920 | | |
920 | 921 | | |
921 | 922 | | |
| |||
1223 | 1224 | | |
1224 | 1225 | | |
1225 | 1226 | | |
1226 | | - | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
1227 | 1230 | | |
1228 | | - | |
| 1231 | + | |
1229 | 1232 | | |
1230 | 1233 | | |
1231 | 1234 | | |
| |||
0 commit comments