mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
mkdir.
This commit is contained in:
@ -182,6 +182,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
Arc::new(Remove),
|
||||
Arc::new(Copycp),
|
||||
Arc::new(Open),
|
||||
Arc::new(Mkdir),
|
||||
Arc::new(Date),
|
||||
Arc::new(Where),
|
||||
Arc::new(Config),
|
||||
|
Reference in New Issue
Block a user