mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
mkdir: Use ArgParser, support creating multiple directories
This commit is contained in:
parent
8d419c1915
commit
6fd7966d81
Notes:
sideshowbarker
2024-07-19 07:14:42 +09:00
Author: https://github.com/linusg
Commit: 6fd7966d81
Pull-request: https://github.com/SerenityOS/serenity/pull/1985
2 changed files with 18 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue