Skip to content
Snippets Groups Projects
  • Nicolas80's avatar
    ab6169b1
    * Small clean up of `clap` arguments · ab6169b1
    Nicolas80 authored
       * Put back simple `address` and `name` arguments in main.rs (with conflicts_with statement to prevent their usage at the same time)
       * Declared conflicts between indexer <=> no-indexer, indexer <=> network, url <=> network
       * Kept AddressOrVaultNameGroup args for vault usage since it's the only way to define one required arg within a group cleanly
    ab6169b1
    History
    * Small clean up of `clap` arguments
    Nicolas80 authored
       * Put back simple `address` and `name` arguments in main.rs (with conflicts_with statement to prevent their usage at the same time)
       * Declared conflicts between indexer <=> no-indexer, indexer <=> network, url <=> network
       * Kept AddressOrVaultNameGroup args for vault usage since it's the only way to define one required arg within a group cleanly