mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
Long line
This commit is contained in:
parent
73950ca0de
commit
4de0a40be0
@ -23,7 +23,8 @@ options config =
|
||||
[ Option "h" ["help"] (NoArg Help)
|
||||
"This help output"
|
||||
, Option "p" ["path"] (ReqArg OutputPath "PATH")
|
||||
("The output path to write to (default: " <> fromMaybe "<none>" (configOutputPath config) <> ")")
|
||||
("The output path to write to (default: " <>
|
||||
fromMaybe "<none>" (configOutputPath config) <> ")")
|
||||
]
|
||||
|
||||
data Config =
|
||||
|
Loading…
Reference in New Issue
Block a user