add make ps_bridge subcommand
This commit is contained in:
parent
8c5f10279e
commit
c4ee24461e
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