File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 13
13
* Fix [ #208 ] - make ` CommandLineApplication.ExecuteAsync ` actually asynchronous
14
14
* Fix [ #153 ] - add async methods that accept cancellation tokens
15
15
* Fix [ #111 ] - Handle CTRL+C by default
16
+ * Fix [ #246 ] by [ @kyle-rader ] - Multi-line option descriptions do not indent correctly
16
17
18
+ [ #246 ] : https://github.com/natemcmaster/CommandLineUtils/issues/246
17
19
[ #111 ] : https://github.com/natemcmaster/CommandLineUtils/issues/111
18
20
[ #153 ] : https://github.com/natemcmaster/CommandLineUtils/issues/153
19
21
[ #208 ] : https://github.com/natemcmaster/CommandLineUtils/issues/208
@@ -359,6 +361,7 @@ Other:
359
361
[ @jcaillon ] : https://github.com/jcaillon
360
362
[ @jerriep ] : https://github.com/jerriep
361
363
[ @kant2002 ] : https://github.com/kant2002
364
+ [ @kyle-rader ] : https://github.com/kyle-rader
362
365
[ @lucastheisen ] : https://github.com/lucastheisen
363
366
[ @liamdawson ] : https://github.com/liamdawson
364
367
[ @lvermeulen ] : https://github.com/lvermeulen
You can’t perform that action at this time.
0 commit comments