CLI: init hw-generate command

This commit is contained in:
Johannes Kirschbauer
2024-06-15 17:35:50 +02:00
parent b28950f310
commit 5e39514251
6 changed files with 163 additions and 7 deletions

View File

@@ -32,7 +32,6 @@ export const MachineListItem = (props: MachineListItemProps) => {
pyApi.show_machine.dispatch({
op_key: name,
machine_name: name,
debug: false,
flake_url: currClanURI(),
});