Closed SirZenith closed 1 year ago
@SirZenith Thanks for this PR!
@1Kinoti Would you mind reviewing this PR and letting us know what you think?
@SirZenith thanks for this.
a few nitpicks and we'll be good to go
@fdncred this is good to go. thanks again @SirZenith
😄
@fdncred this is good to go. thanks again @SirZenith
Thanks @1Kinoti and @SirZenith. We appreciate the support!!
Currently, there are two different rules for command parsing. One for sub commands like
str join
, another for simple command likeecho
.This make application side difficult to tell the difference between
echo this
andstr join
, cause they are both being parsed as sub command.And this two rules also make command with three or more name segments failed to parse.
|
.ts test
command ints.nu
to allow test case name filtering (also added completion for that arg).