Skip to content

Commit

Permalink
fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
caputomarcos committed Oct 22, 2022
1 parent d6f0263 commit 70b404a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file added dist/gotcha
Binary file not shown.
Binary file modified dist/ttyGotcha-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/ttyGotcha-1.0.0.tar.gz
Binary file not shown.
8 changes: 5 additions & 3 deletions gotcha/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@
help="Playback Speed",
)

# Displays group options
snap_group = parser.add_mutually_exclusive_group()

# Play previously recorded session
command_group.add_argument(
snap_group.add_argument(
"--snapshot",
metavar="session",
nargs="?",
metavar="snapshot",
type=str,
help="Export Session Output to Text Format",
)
Expand Down
Binary file added preload/preload.so
Binary file not shown.

0 comments on commit 70b404a

Please sign in to comment.