nushell/src/parser
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
..
hir This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
parse Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
deserializer.rs Remove usage of in_band_lifetimes feature 2019-08-30 01:32:31 +09:00
hir.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
parse_command.rs Remove usage of in_band_lifetimes feature 2019-08-30 01:32:31 +09:00
parse.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
registry.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00