We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b3a41 commit d76c024Copy full SHA for d76c024
1 file changed
firecracker.py
@@ -389,6 +389,7 @@ def main():
389
"state": op_status,
390
"recover": op_recover,
391
"console": op_console,
392
+ "getconsole": op_console,
393
}
394
395
if operation not in ops:
0 commit comments