Available commands:
   decode <id>   - Decode an device identification number
   parse <device>
                 - Print the parsed data found on <device> file before being converted
   list <device>
                 - List all devices this <device> file support
   show <id> <device> [device|info|gpio|rcc]
                 - Show device informations from <device> file that match <id> device
                   Select 'device' to show all data (the default), 'info' for device informations only
   print <id> <device> [device|info|gpio|rcc]
                 - Print device information as passed to template
   render <id> <device> <template> <output> [device|info|gpio|rcc]
                 - Render <template> to <output> from <device> informations matching <id>
   update-cargo <cargo.toml> <device> [<device> ...]
                 - Update <cargo.toml> to support all part found in <device>
   help          - Print this message
