Implemented 'screenshot' command.

This commit is contained in:
Jakob Friedl
2025-09-03 19:38:22 +02:00
parent 653dfac4b4
commit d0545ffd16
8 changed files with 189 additions and 12 deletions

View File

@@ -69,6 +69,6 @@ proc main() =
except CatchableError as err:
echo "[-] ", err.msg
when isMainModule:
main()