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:
@ -88,6 +88,7 @@ mod use_;
|
||||
mod where_;
|
||||
#[cfg(feature = "which-support")]
|
||||
mod which;
|
||||
mod while_;
|
||||
mod with_env;
|
||||
mod wrap;
|
||||
mod zip;
|
||||
|
Reference in New Issue
Block a user