Skip to content

Commit d76c024

Browse files
committed
Accept getconsole alias
1 parent b5b3a41 commit d76c024

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

firecracker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def main():
389389
"state": op_status,
390390
"recover": op_recover,
391391
"console": op_console,
392+
"getconsole": op_console,
392393
}
393394

394395
if operation not in ops:

0 commit comments

Comments
 (0)