-
Notifications
You must be signed in to change notification settings - Fork 4
CLI: 'list-rooms'/'list-completions' commands b0rked #495
Copy link
Copy link
Description
$ soliplex-cli list-rooms example/minimal.yaml
─────────────────────────────── Configured Rooms ───────────────────────────────
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ /mnt/work/tseaver/projects/agendaless/Enfold/src/soliplex/src/soliplex/cli.p │
│ y:421 in list_rooms │
│ │
│ 418 │ the_console.rule("Configured Rooms") │
│ 419 │ the_console.line() │
│ 420 │ │
│ ❱ 421 │ for room_config in the_installation.get_room_configs(None).values( │
│ 422 │ │ the_console.print(f"- [ {room_config.id} ] {room_config.name}: │
│ 423 │ │ the_console.print(f" {room_config.description}") │
│ 424 │ │ the_console.line() │
...
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────╯
TypeError: Installation.get_room_configs() takes 1 positional argument but 2
were givenEquivalent error for `list-completions.
Reactions are currently unavailable