Commit Graph

11 Commits

Author SHA1 Message Date
fbd980f8b0 Add descriptions to arguments 2019-10-28 18:15:35 +13:00
15481b7be1 Fix nth regression 2019-09-24 19:56:03 +12:00
ab915f1c44 Revert "Revert "Migrate most uses of the Span concept to Tag""
This reverts commit bee7c5639c.
2019-09-14 11:30:24 -05:00
189877e4dd Improve help and make binary a primitive 2019-09-13 06:29:16 +12:00
bee7c5639c Revert "Migrate most uses of the Span concept to Tag" 2019-09-11 19:53:05 +12:00
58b7800172 Migrate most uses of the Span concept to Tag
Also migrate mv, rm and commands like that to taking a
SyntaxType::Pattern instead of a SyntaxType::Path for their first
argument.
2019-09-10 20:41:03 -07:00
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
64c129d65f Finish updating the last cases 2019-08-20 18:11:11 +12:00
9951691023 Use NthArgs to better convert to an integer
Using i64 as u64 deserialize isn't implemented yet.
2019-08-20 13:12:31 +10:00
d71206ed9e Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
14e47f3d2c Add nth command 2019-08-12 17:13:58 +12:00