renamed project and created readme

This commit is contained in:
2022-10-26 12:46:45 +02:00
parent c50d9e35dc
commit a5c53412a6
3 changed files with 9 additions and 4 deletions

View File

@ -22,8 +22,8 @@ useArgs ('v':_) = version >> exit
useArgs (_:xs) = useArgs xs
usage :: IO ()
usage = putStrLn "Usage: \"PENDINGNAME\" [-hv] [file]"
usage = putStrLn "Usage: otm [-hv] [file]"
version :: IO ()
version = putStrLn "\"PENDINGNAME\" 0.1"
version = putStrLn "otm 0.1"
exit :: IO a
exit = exitWith ExitSuccess