usage: idcp-drive-info [OPTIONS] COMMAND

This program displays idcp drive information.

known commands:
    list      : List all known IDs, simply calls "iddb"
    drivetypes [ID...] : 
                List drivetypes. If ID is not given, list drivetypes
                for all IDs, otherwise only for the given ones.
    axles [ID...] : 
                List axle numbers. If ID is not given, list axle numbers
                for all IDs, otherwise only for the given ones.
    versions [ID...] :
                Print *Unidrive* program versions. If ID is not given, 
                list versions for all IDs with unidrive devices,
                otherwise only for the given ones.

options:
  -h, --help       show this help message and exit
  --version        show program's version number and exit
  --summary        print a summary of the function of the program
  --ssh SSH        specify ssh host for caget and iddb command. This may be
                   'hostname' or 'user@hostname'.
  -t, --table      table output, one line per item
  -I, --installed  Show information only for insertion devices with state
                   'installed'.
  -v, --verbose    print to the screen what the program does
  --dry-run        do not apply any changes