There was an error while loading. Please reload this page.
1 parent 1ef80c9 commit 3d97311Copy full SHA for 3d97311
tutorial/4-types
@@ -11,7 +11,7 @@ argsparse_use_option option1 "An option" value type:int
11
12
# Argsparse has a bunch of built-in types. Most of them are self explicit.
13
argsparse_use_option file: "A regular file" type:file
14
-argsparse_use_option directory: "A directory" type:directory
+argsparse_use_option =directory: "A directory" type:directory
15
argsparse_use_option pipe: "An on-disk named FIFO" type:pipe
16
argsparse_use_option terminal: \
17
"A file descriptor pointing number to a terminal" type:terminal
0 commit comments