1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +00:00

mkdir: Use ArgParser, support creating multiple directories

This commit is contained in:
Linus Groh 2020-04-27 12:50:59 +01:00 committed by Andreas Kling
parent 8d419c1915
commit 6fd7966d81
2 changed files with 18 additions and 17 deletions

View file

@ -1,16 +1,16 @@
## Name
mkdir - create a directory
mkdir - create directories
## Synopsis
```**sh
$ mkdir path
$ mkdir directories...
```
## Description
Create a new empty directory at the given *path*.
Create a new empty directory for each of the given *directories*.
## Examples