Moved history to own subcommand
This commit is contained in:
@@ -73,45 +73,6 @@ class VM:
|
||||
|
||||
# start/end indexes can be used optionally for pagination
|
||||
def get_initial_vms(start: int = 0, end: int | None = None) -> list[VM]:
|
||||
# vms = [
|
||||
# VM(
|
||||
# base=VMBase(
|
||||
# icon=assets.loc / "cybernet.jpeg",
|
||||
# name="Cybernet Clan",
|
||||
# url="clan://cybernet.lol",
|
||||
# _path=Path(__file__).parent.parent / "test_democlan",
|
||||
# status=False,
|
||||
# ),
|
||||
# ),
|
||||
# VM(
|
||||
# base=VMBase(
|
||||
# icon=assets.loc / "zenith.jpeg",
|
||||
# name="Zenith Clan",
|
||||
# url="clan://zenith.lol",
|
||||
# _path=Path(__file__).parent.parent / "test_democlan",
|
||||
# status=False,
|
||||
# )
|
||||
# ),
|
||||
# VM(
|
||||
# base=VMBase(
|
||||
# icon=assets.loc / "firestorm.jpeg",
|
||||
# name="Firestorm Clan",
|
||||
# url="clan://firestorm.lol",
|
||||
# _path=Path(__file__).parent.parent / "test_democlan",
|
||||
# status=False,
|
||||
# ),
|
||||
# ),
|
||||
# VM(
|
||||
# base=VMBase(
|
||||
# icon=assets.loc / "placeholder.jpeg",
|
||||
# name="Placeholder Clan",
|
||||
# url="clan://demo.lol",
|
||||
# _path=Path(__file__).parent.parent / "test_democlan",
|
||||
# status=True,
|
||||
# ),
|
||||
# ),
|
||||
# ]
|
||||
|
||||
vm_list = []
|
||||
|
||||
# TODO: list_history() should return a list of dicts, not a list of paths
|
||||
|
||||
Reference in New Issue
Block a user