This commit is contained in:
crumbtoo
2024-02-01 18:15:40 -07:00
parent 77f2f900d8
commit c9d1ca51f5
6 changed files with 77 additions and 28 deletions

View File

@@ -68,6 +68,8 @@ options = RLPCOptions
<*> option languageReader
( long "language"
<> short 'x'
<> metavar "rlp|core"
<> help "the language to be compiled -- see README"
)
<*> some (argument str $ metavar "FILES...")
where