Skip to content

Commit

Permalink
fixup! Add MintBurn indexer
Browse files Browse the repository at this point in the history
Remove showDefault from all switches.
  • Loading branch information
eyeinsky committed Feb 8, 2023
1 parent b0be109 commit a4deee5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions marconi/src/Marconi/CLI.hs
Expand Up @@ -146,27 +146,21 @@ optionsParser =
<> Opt.help "Dirctory Path for SQLite database.")
<*> Opt.switch (Opt.long "disable-utxo"
<> Opt.help "disable utxo indexers."
<> Opt.showDefault
)
<*> Opt.switch (Opt.long "disable-address-datum"
<> Opt.help "disable address->datum indexers."
<> Opt.showDefault
)
<*> Opt.switch (Opt.long "disable-datum"
<> Opt.help "disable datum indexers."
<> Opt.showDefault
)
<*> Opt.switch (Opt.long "disable-script-tx"
<> Opt.help "disable script-tx indexers."
<> Opt.showDefault
)
<*> Opt.switch (Opt.long "disable-epoch-stakepool-size"
<> Opt.help "disable epoch stakepool size indexers."
<> Opt.showDefault
)
<*> Opt.switch (Opt.long "disable-mintburn"
<> Opt.help "disable mint/burn indexers."
<> Opt.showDefault
)
<*> optAddressesParser (Opt.long "addresses-to-index"
<> Opt.short 'a'
Expand Down

0 comments on commit a4deee5

Please sign in to comment.