5.3.1.7.1.2. cli.cmd_db.db_impl.db_show

cli.cmd_db.db_impl.db_show(db: FoxDB, cell_id: str) None

Show details of a specific cell by its identifier.

Print the cell dataclass or an error message. The identifier format is <manufacturer>-<name>.

Parameters:
  • db – Path to the cell database root directory or ZIP archive.

  • cell_id – Cell identifier in the form <manufacturer>-<name>.

Raises:

SystemExit – If the database cannot be parsed or is invalid.