016a328d32
Sibling dir test
2020-07-11 10:43:51 +02:00
0e80082c3c
Tests help, apparently. Windows has issues
...
On windows, .nu-env is not applied immediately after running autoenv trust.
You have to cd out of the directory for it to work.
2020-07-10 05:24:14 +02:00
1729058352
Move tests out of cli crate
2020-07-10 04:47:24 +02:00
dffc9c9b1c
Properly redirect invocations ( #2070 )
...
* Properly redirect invocations
* Don't convert with-env yet, as there's a random test failure
2020-06-28 09:04:57 +12:00
4e2a4236f8
Fix it expansion and add collect ( #2065 )
2020-06-27 17:38:19 +12:00
53a6e9f0bd
Convert sum command into subcommand of the math command ( #2004 )
...
* Convert sum command into subcommand of the math command
* Add bullet points to math.md documentation
2020-06-18 21:02:01 -05:00
98a3d9fff6
Allow echo to iterate ranges ( #1905 )
2020-05-28 06:07:53 +12:00
e2dabecc0b
Make it-expansion work when in a list ( #1903 )
2020-05-27 20:29:05 +12:00
bf212a5a3a
change the test to use the origin column ( #1878 )
2020-05-25 18:50:54 -04:00
ed80933806
String interpolation ( #1849 )
...
* Add string interpolation
* fix coloring
* A few more fixups + tests
* merge master again
2020-05-20 07:27:26 +12:00
ae87582cb6
Fix missing invocation errors ( #1846 )
2020-05-19 08:57:25 -04:00
6efabef8d3
Remove interpretation of Primitive::Nothing
as the number 0. ( #1836 )
2020-05-18 15:18:46 -04:00
f18424a6f6
Remove test-bins feature.
2020-05-17 23:32:55 -05:00
f43ed23ed7
Fix parsing of invocations with a dot ( #1804 )
2020-05-16 19:25:18 +12:00
076fde16dd
Evaluation of command arguments ( #1801 )
...
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Finish adding the baseline refactors for argument invocation
* Finish cleanup and add test
* Add missing plugin references
2020-05-16 15:18:24 +12:00
96e5fc05a3
Pick->Select rename. Integration tests changes. ( #1725 )
...
Pick->Select rename. Integration tests changes.
2020-05-07 06:03:43 -05:00
a9968046ed
Add subcommands. Switch from-* and to-* to them ( #1708 )
2020-05-04 20:44:33 +12:00
73d5310c9c
make it-expansion work through blocks when necessary ( #1681 )
2020-04-29 19:51:46 +12:00
18d988d4c8
Restrict short-hand flag detection to exact match. ( #1406 )
2020-02-18 01:58:30 -05:00
84927d52b5
Refuse internal command execution given unexpected arguments. ( #1383 )
2020-02-13 02:34:43 -05:00
3687603799
Only spawn external once when no $it argument ( #1358 )
2020-02-08 17:57:05 -08:00
29431e73c2
Externals now spawn independently. ( #1230 )
...
This commit changes the way we shell out externals when using the `"$it"` argument. Also pipes per row to an external's stdin if no `"$it"` argument is present for external commands.
Further separation of logic (preparing the external's command arguments, getting the data for piping, emitting values, spawning processes) will give us a better idea for lower level details regarding external commands until we can find the right abstractions for making them more generic and unify within the pipeline calling logic of Nu internal's and external's.
2020-01-16 04:05:53 -05:00