1
0
mirror of https://github.com/nushell/nushell.git synced 2025-01-17 11:48:54 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Hofer-Julian
41306aa7e0
Reduce again the number of match calls ()
- Reduce the number of match calls (see commit messages)
- A few miscellaneous improvements
2023-01-24 12:23:42 +01:00
Stefan Holderbach
611fe41788
Make the example names unique across workspace ()
Avoids name collision in the target directory when running test
compilation.

cc @rgwood
2022-11-07 09:00:21 +01:00
Stefan Holderbach
5ea245badf
Make example binaries proper cargo examples ()
Should not be built by default with `cargo build`
Instead are compiled with `cargo test` to avoid bitrot
Run with `cargo run -p ... --example ...`
2022-11-06 11:39:27 -08:00