mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:17:49 +02:00
Merge skip command varieties into one command with sub commands. (#2179)
This commit is contained in:
committed by
GitHub
parent
5f1075544c
commit
71e55541d7
2
crates/nu-cli/tests/commands/skip/mod.rs
Normal file
2
crates/nu-cli/tests/commands/skip/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
mod until;
|
||||
mod while_;
|
Reference in New Issue
Block a user