2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
Commit graph

118 commits

Author SHA1 Message Date
Michael Angerman
160339bd1f
add in a new select test that exercises a different match arm of the select command () 2022-01-10 13:29:52 -08:00
JT
d3bfc61524
Don't panic on alias errors () 2022-01-10 13:52:01 +11:00
JT
f016a5cb72
Fix short flags with extra () 2022-01-07 08:06:54 +11:00
JT
3478f35330
Default the values of named params () 2022-01-07 07:32:47 +11:00
JT
cc1ae969fe
Allow int/float to coerce in type checker () 2022-01-06 07:58:58 +11:00
JT
8f6843c600
Move $nu.env to $env ()
* Move env from nu builtin to its own

* update samples/tests
2022-01-05 08:34:42 +11:00
JT
c9dcd212ba
Allow pipelines across multiple lines if end in pipe ()
* Allow pipelines across multiple lines if end in pipe

* Add validation support
2022-01-02 16:27:58 +11:00
JT
f7e3d4de24
Add fuzzy/ignore flag to get () 2022-01-02 13:18:39 +11:00
Michael Angerman
5d58f68c59
port over from nushell the column flag for the length command ()
* port over from nushell the column flag for the length command

* fix clippy error

* refactor with the get_columns now centrally located
2022-01-01 15:27:20 +11:00
JT
e94b8007c1
Allow update to also insert () 2021-12-28 10:11:20 +11:00
JT
384ea111eb
Allow for and other commands missing positionals near keywords ()
* Allow for and other commands missing positionals near keywords

* A bit more resilience
2021-12-28 07:04:48 +11:00
Fernando Herrera
53330c5676
def argument check ()
* def argument check

* corrected test

* clippy error
2021-12-28 06:13:52 +11:00
Michael Angerman
f50f37c853
fix issue : to json -r serializes datetime without spaces ()
* fix issue : to json -r serializes datetime without spaces

* add in a third test which checks spaces in both keys and values

* fix clippy error
2021-12-27 21:51:38 +11:00
JT
3706bef0a1
Require let to be a statement () 2021-12-27 14:04:22 +11:00
JT
e1c92e90ca
Add line ending autodetect to 'lines' () 2021-12-27 10:11:18 +11:00
JT
e62e0fb679
Flush stmts ()
* Flush the stmt via table to the screen

* Fix test
2021-12-27 07:21:24 +11:00
JT
ca6baf7a46
Add single tick string interpolation ()
* Add single tick string interpolation

* give string interpolation its own highlighting
2021-12-26 07:50:02 +11:00
JT
d603086d2f
Fix custom call scope leak, refactor tests ()
* Fix custom call scope leak, refactor tests

* Actually add tests
2021-12-26 06:39:42 +11:00