stdlib: cuefmt

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-03-03 18:08:43 -08:00
parent 56bcf6366c
commit bac3ff4f68
2 changed files with 51 additions and 51 deletions

View File

@@ -80,8 +80,8 @@ package dagger
}
#Mkdir: {
do: "mkdir"
dir: *"/" | string
path: string
mode: int | *0o755
do: "mkdir"
dir: *"/" | string
path: string
mode: int | *0o755
}