add make ps_bridge subcommand

This commit is contained in:
fanghr 2022-05-13 20:13:18 +08:00
parent b04817b867
commit b363b326f3
No known key found for this signature in database
GPG key ID: 35CD9A71CD5D5870
4 changed files with 12 additions and 5 deletions

View file

@ -46,6 +46,6 @@ parseOptions = Opt.execParser p
srcFilePath :: FilePath -> FilePath
srcFilePath path = fromRelDir $
fromJust $ do
dir <- parseRelDir $ path
dir <- parseRelDir path
srcSubDir <- parseRelDir "src"
return $ dir </> srcSubDir