formatting
This commit is contained in:
parent
d0cf4b2dd4
commit
c1c64ec76c
4 changed files with 16 additions and 23 deletions
|
@ -47,10 +47,8 @@ optParser desc = DropOptions
|
|||
|
||||
parseDropFromOption :: Parser (Maybe RemoteName)
|
||||
parseDropFromOption = optional $ strOption
|
||||
( long "from"
|
||||
<> short 'f'
|
||||
<> metavar paramRemote
|
||||
<> help "drop content from a remote"
|
||||
( long "from" <> short 'f' <> metavar paramRemote
|
||||
<> help "drop content from a remote"
|
||||
)
|
||||
|
||||
seek :: DropOptions -> CommandSeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue