add make ps_bridge subcommand

This commit is contained in:
fanghr 2022-05-13 20:13:18 +08:00
parent 8c5f10279e
commit c4ee24461e
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