Skip to content

Commit

Permalink
restore show-history (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta authored Oct 4, 2024
1 parent 0e1d363 commit 1db37a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ var (
clearToolArgs = clearer.Flag("tool-args", "Extra arguments to pass to the --tool").Short('T').Default("").String()
clearAll = clearer.Flag("all", "Remove all items").Short('a').Default("false").Bool()
clearEsc = clearer.Flag("print0", "Separate items using NULL; recommended if your tool supports --read0 or similar").Default("false").Bool()

showHistory = app.Command("show-history", "Show all items from history")

Check failure on line 47 in main.go

View workflow job for this annotation

GitHub Actions / lint

var `showHistory` is unused (unused)

_ = app.Command("restore", "Serve the last recorded item from history")
)

Expand Down

0 comments on commit 1db37a2

Please sign in to comment.