mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add support for while loops (#7101)
This commit is contained in:
@ -968,7 +968,6 @@ mod input_types {
|
||||
working_set.add_decl(Box::new(GroupBy));
|
||||
working_set.add_decl(Box::new(LsTest));
|
||||
working_set.add_decl(Box::new(ToCustom));
|
||||
working_set.add_decl(Box::new(Let));
|
||||
working_set.add_decl(Box::new(AggMin));
|
||||
working_set.add_decl(Box::new(Collect));
|
||||
working_set.add_decl(Box::new(WithColumn));
|
||||
|
Reference in New Issue
Block a user