nushell/src
Andrés N. Robalino ca0c6eaf58 This commit introduces a basic help feature. We can go to it
with the `help` command to explore and list all commands available.

Enter will also try to see if the location to be entered is an existing
Nu command, if it is it will let you inspect the command under `help`.

This provides baseline needed so we can iterate on it.
2019-08-31 19:06:11 -05:00
..
commands This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
env Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
evaluate Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
format Remove usage of in_band_lifetimes feature 2019-08-30 01:32:31 +09:00
object This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
parser This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
plugins This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
shell This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
cli.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
commands.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
context.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
env.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
errors.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
format.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
git.rs Fix formatting with cargo fmt 2019-08-26 20:19:05 +02:00
lib.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
main.rs use clap::crate_version!() 2019-08-24 12:38:18 -04:00
object.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
parser.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
plugin.rs Random fixes 2019-09-01 09:19:59 +12:00
prelude.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
shell.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
stream.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
traits.rs Remove usage of in_band_lifetimes feature 2019-08-30 01:32:31 +09:00
utils.rs Add SQLite support 2019-08-30 20:54:45 -04:00