JT
|
63433f1bc8
|
Split blocks and closures (#7075)
* Split closures and blocks
* Tests mostly working
* finish last fixes, passes all tests
* fmt
|
2022-11-10 21:21:49 +13:00 |
|
Alex Saveau
|
be5d71ea47
|
Run a round of clippy --fix to fix a ton of lints (#7006)
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
|
2022-11-04 15:11:17 -05:00 |
|
WindSoilder
|
84caf8859f
|
add -e flag to print, to print the value to stderr (#5935)
* Refactor: make stdout write all and flush as generic function
* support print to stderr
|
2022-07-02 09:54:49 -05:00 |
|
Justin Ma
|
1b8051ece5
|
Fix doc building for vuepress-next, avoid using angle brackets (#5696)
* Fix doc building for vuepress-next, avoid using angle brackets
* [ci skip]
|
2022-06-02 17:38:42 +08:00 |
|
Darren Schroeder
|
2dfd975940
|
add -n flag to print to print without a newline (#5458)
* add -n flag to print to print without a newline
* clippy
|
2022-05-06 15:33:00 -05:00 |
|
Reilly Wood
|
5077242892
|
Error printing changes for watch (#5389)
* Move CliError to nu-protocol
clean up comment
* Enable printing errors instead of just returning them
* Nicer Miette error printing in watch command
|
2022-05-01 19:33:41 +12:00 |
|
Reilly Wood
|
f2d7454330
|
Add watch command (#5331)
|
2022-04-28 09:26:34 -05:00 |
|