add make ps_bridge subcommand
This commit is contained in:
parent
b04817b867
commit
b363b326f3
4 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue