Open blindFS opened 2 days ago
~/test.nu arg1 arg2
^$"($cmd)"
g++ foo.cpp
7z
export module foo/
$0
{%: foo}
1 o>> foo
1 + 1 o> foo
cmd1 e>| cmd2
-
-flag=foo
--flag=name:string@"nu-complete flag"
--flag(-f): list<string@"nu-complete flag">
$foo.$bar.$baz
echo foo"bar"
if anyone wants to work on any one of these specific issues, let me know and i can put your name by the item.
Command
~/test.nu arg1 arg2
^$"($cmd)"
Identifier
g++ foo.cpp
7z
export module foo/
$0
{%: foo}
Redirection
1 o>> foo
1 + 1 o> foo
cmd1 e>| cmd2
Parameters/command args
-
should be allowed as short_flag-flag=foo
--flag=name:string@"nu-complete flag"
--flag(-f): list<string@"nu-complete flag">
Misc
$foo.$bar.$baz
echo foo"bar"