Skip to content

Commit

Permalink
Extended parseFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
NobbZ committed Jan 2, 2015
1 parent ec2b304 commit 7fedc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Idris/CmdOptions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ parseFlags = many $
<|> flag' NoCoverage (long "nocoverage")
<|> flag' ErrContext (long "errorcontext")
<|> flag' ShowLibs (long "link" <> help "Display link flags")
<|> flag' ShowPkgs (long "listlibs" <> help "Display installed libraries")
<|> flag' ShowLibdir (long "libdir" <> help "Display library directory")
<|> flag' ShowIncs (long "include" <> help "Display the includes flags")
<|> flag' Verbose (short 'V' <> long "verbose" <> help "Loud verbosity")
Expand Down

0 comments on commit 7fedc76

Please sign in to comment.