quackamollie.core.cli.command.serve_cli_command module¶
- quackamollie.core.cli.command.serve_cli_command.parse_ids_list(_: Context, param, value: str) List[int][source]¶
Parse option string to list of integer ids
- Parameters:
_ (click.Context) – The current click context
param – The currently parsed parameter
value (str) – A string containing a list of comma separated integer values
- Returns:
A list of integer ids
- Return type:
List[int]