simdb.cli.commands.utils module¶
-
simdb.cli.commands.utils.print_simulations(simulations: list[Simulation], verbose: bool =
False, metadata_names: list[str] | None =None, show_uuid: bool =False) None[source]¶ Print a table of simulations to the console.
By default, only the simulation alias is printed on each row. If verbose is True then the simulation datetime and status are also printed and metadata_names allows additional columns to be specified.