nushell/src
2019-10-17 22:57:02 +03:00
..
commands Adds more info to the usage string. 2019-10-15 23:20:06 +02:00
data Stream support (#812) 2019-10-13 17:12:43 +13:00
env
evaluate Don't panick of no suggestions are found 2019-10-14 18:00:10 +13:00
format Rename <unknown> to <value> 2019-10-17 07:28:49 +13:00
parser Fix size comparison in 'where size' 2019-10-17 22:57:02 +03:00
plugins Better error messages. 2019-10-15 04:18:35 -05:00
shell Start moving coloring into the token stream 2019-10-14 16:11:00 -07:00
cli.rs count command introduced. 2019-10-15 05:19:06 -05:00
commands.rs count command introduced. 2019-10-15 05:19:06 -05:00
context.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
data.rs
env.rs
errors.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
format.rs
fuzzysearch.rs
git.rs
lib.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
main.rs Feature flagging infrastructure 2019-10-11 17:19:44 -07:00
parser.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
plugin.rs Overhaul the coloring system 2019-10-10 19:30:04 -07:00
prelude.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
shell.rs
stream.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
traits.rs
utils.rs