1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-30 22:50:14 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
da4d24d082 Bump to 0.18.2. Move starship external. ()
* Bump to 0.18.2. Move starship external.

* Fix failing test
2020-08-14 07:02:45 +12:00
87d71604ad Bump to 0.18.1 () 2020-08-12 15:59:28 +12:00
2ad07912d9 Bump to 0.18 () 2020-08-11 18:44:53 +12:00
ba81278ffd Remove build.rs and nu-build () 2020-08-01 09:21:10 +12:00
2a084fc838 Bump to 0.17.0 () 2020-07-22 06:41:49 +12:00
d30c40b40e Bump to 0.16.1 () 2020-07-06 08:12:44 +12:00
0522023d4c Bump to 0.16.0 () 2020-07-01 06:25:09 +12:00
29ea29261d Bump to 0.15.1 () 2020-06-15 09:54:30 +12:00
a3e1a3f266 Bump start plugin to 0.15.0 () 2020-06-10 08:39:15 +12:00
e5a18eb3c2 Bump to 0.15.0 () 2020-06-10 05:33:59 +12:00
ecb67fee40 ISSUE-1744-Glob support for start command ()
* Possible implementation of globbing for start command

* Whoops forgot to remove Error used for debugging

* Use string lossy

* Run clippy

* Pin glob

* Better error messages

* Remove unneeded comment
2020-05-31 05:41:25 +12:00
196991ae1e Bump to 0.14.1 () 2020-05-13 20:03:45 +12:00
b2eecfb110 Bump to 0.14 () 2020-05-13 04:32:51 +12:00
0f0847e45b Move 'start' to use ShellError ()
* Move 'start' to use ShellError

* Remove unnecessary changes

* Add missing macOS change

* Add default

* More fixed

* More fixed
2020-05-10 08:08:53 +12:00
ccd5d69fd1 Bug fix start ()
* fix bug on linux; added start to the stable list

* add to stable and fix clippy lint
2020-05-10 05:28:57 +12:00
9a94b3c656 start command in nushell ()
* mvp for start command

* modified the signature of the start command

* parse filenames

* working model for macos is done

* refactored to read from pipes

* start command works well on macos; manual testing reveals need of --args flag support

* implemented start error; color printing of warning and errors

* ran clippy and fixed warnings

* fix a clippy lint that was caught in pipeline

* fix dead code clippy lint for windows

* add cfg annotation to import
2020-05-09 06:19:48 +12:00