Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Mar 22, 2024
1 parent f509c98 commit 051a52a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/Commands/Dev/Nockma/Run/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ parseNockmaRunOptions :: Parser NockmaRunOptions
parseNockmaRunOptions = do
_nockmaRunFile <- parseInputFile FileExtNockma
_nockmaRunArgs <- optional $ do
_pathPath <-
option
somePreFileOpt
( long "args"
<> metavar "ARGS_FILE"
<> help "Path to file containing args"
<> action "file"
)
pure AppPath {_pathIsInput = True, ..}
_pathPath <-
option
somePreFileOpt
( long "args"
<> metavar "ARGS_FILE"
<> help "Path to file containing args"
<> action "file"
)
pure AppPath {_pathIsInput = True, ..}
_nockmaRunProfile <-
switch
( long "profile"
Expand Down

0 comments on commit 051a52a

Please sign in to comment.