Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Holderbach
6947014306
Replace use of $nothing with null (#621)
`$nothing` will be deprecated in nu 0.86

This accompanies
- https://github.com/nushell/nushell/pull/10478
2023-09-26 18:52:49 +02:00
Darren Schroeder
b7a45fbcca
replace occurences of str collect with str join (#436) 2023-04-03 08:47:25 -05:00
JT
6f9d6250d4
Switch to 'and' and 'or' (#322)
* Switch to 'and' and 'or'

* oops
2022-12-08 12:52:10 +13:00
WindSoilder
a34f173181
Migrate some scripts to fit new variable and arguments naming style (#268)
* add tmp script

* fix more scripts

* remove tmp file

* migrate to new variable definition

* rename builtin variable back
2022-08-05 10:47:18 +03:00
Jacob Gonzalez
b74da8e5f0
autogenerate from Fish shell completions (#236)
* fish generator

* handle root command case

* documentation for cases

* fix edge cases in parse-fish script

* fix command description missing edge case
2022-05-30 08:31:55 -05:00