nushell/crates
Jakub Žádník 82d69305b6
Path expand fixes (#3505)
* Throw an error if path failed to expand

Previously, it just repeated the non-expanded path.

* Allow expanding non-existent paths

This commit has a strange error in examples.

* Specify span manually in examples; Add an example

* Expand relative path without requiring cwd

* Remove redundant tilde expansion

This makes the tilde expansion in relative paths dependant on "dirs"
feature.

* Add missing example result

* Adjust path expand description

* Fix import error with missing feature
2021-06-07 05:28:55 +12:00
..
nu-ansi-term Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-cli Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-command Path expand fixes (#3505) 2021-06-07 05:28:55 +12:00
nu-data Respect territory in locale (e.g. de_CH) for byte formatting (#3560) 2021-06-07 05:25:03 +12:00
nu-engine Path expand fixes (#3505) 2021-06-07 05:28:55 +12:00
nu-errors Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-json Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-parser Add hex, octal, binary (#3562) 2021-06-06 17:14:51 +12:00
nu-plugin Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-pretty-hex Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-protocol More fixes for bigint duration (#3557) 2021-06-05 04:54:18 +12:00
nu-source Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-stream Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-table Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-test-support Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-value-ext Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_binaryview Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_chart Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_fetch Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_from_bson Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_from_sqlite Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_inc Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_match Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_post Switch duration back to bigint (#3554) 2021-06-04 19:39:12 +12:00
nu_plugin_ps Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_query_json Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_s3 Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_selector Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_start Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_sys plugin_sys: Bump sysinfo dep version (#3561) 2021-06-05 18:15:30 -05:00
nu_plugin_textview Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_to_bson Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_to_sqlite Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_tree Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_xpath Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00