fix build with old version of optparse-applicative
This commit is contained in:
parent
50a9a77148
commit
68198e803e
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@ optParser desc = MetaDataOptions
|
|||
( long "set" <> short 's' <> metavar "FIELD[+-]=VALUE"
|
||||
<> help "set or unset metadata value"
|
||||
)
|
||||
<|> (AddMeta tagMetaField . toMetaValue <$> strOption
|
||||
<|> (AddMeta tagMetaField . toMetaValue . encodeBS <$> strOption
|
||||
( long "tag" <> short 't' <> metavar "TAG"
|
||||
<> help "set a tag"
|
||||
))
|
||||
<|> (DelMeta tagMetaField . Just . toMetaValue <$> strOption
|
||||
<|> (DelMeta tagMetaField . Just . toMetaValue . encodeBS <$> strOption
|
||||
( long "untag" <> short 'u' <> metavar "TAG"
|
||||
<> help "remove a tag"
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue