e372e7c448
Display built features. Long/Short commit hashes display removed due to cargo publishing. ( #2333 )
...
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com >
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com >
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com >
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com >
2020-08-12 15:13:33 +12:00
0194dee3a6
Updated version hashing and bumped nu-cli to 0.18.1 ( #2331 )
...
* Updated version hashing and bumped nu-cli to 0.18.1
* made code pertyer
* Update version.rs
* Update version.rs
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com >
2020-08-12 09:43:23 +12:00
362bb1bea3
Add commit hash to version command ( #2312 )
...
* Add commit to version command
* Replace unwrap with expect.
2020-08-08 17:39:34 +12:00
360e8340d1
Move run to be async ( #1913 )
2020-05-29 20:22:52 +12:00
5f1136dcb0
Fix newly added examples. ( #1830 )
2020-05-18 11:40:44 -04:00
acf13a6fcf
Add (near) automatic testing for command examples ( #1777 )
2020-05-18 08:56:01 -04:00
334685af23
Add some examples ( #1821 )
...
* Adds some examples
* Run rustfmt
* Fixed a few descriptions in the examples
2020-05-18 19:11:37 +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
b2c5af457e
Move most of the root package into a subcrate. ( #1445 )
...
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00