5.3.1.7.1.1. cli.cmd_db.db_impl.db_list

cli.cmd_db.db_impl.db_list(db: FoxDB) None

List available cells in the database and print them to the console.

Parameters:

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

Returns:

None

This function prints output and does not return a value.

Raises:

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