Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Fix merge thing
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jun 1, 2023
1 parent 86d4592 commit e5e906d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions replay.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

"github.com/google/uuid"
"github.com/stealthrocket/timecraft/internal/debug"
"github.com/stealthrocket/timecraft/internal/print/human"
"github.com/stealthrocket/timecraft/internal/timemachine"
"github.com/stealthrocket/timecraft/internal/timemachine/wasicall"
"github.com/stealthrocket/wasi-go"
Expand All @@ -29,13 +28,11 @@ Options:

func replay(ctx context.Context, args []string) error {
var (
registryPath = human.Path("~/.timecraft")
debugger = false
trace = false
debugger = false
trace = false
)

flagSet := newFlagSet("timecraft replay", replayUsage)
customVar(flagSet, &registryPath, "r", "registry")
boolVar(flagSet, &debugger, "d", "debug")
boolVar(flagSet, &trace, "T", "trace")
args = parseFlags(flagSet, args)
Expand Down

0 comments on commit e5e906d

Please sign in to comment.