Skip to content

Commit

Permalink
add ability to manage both Checklists and AdvancedChecklists with a n…
Browse files Browse the repository at this point in the history
…ew set of task command.
  • Loading branch information
jonhadfield committed Jan 7, 2024
1 parent 01c3399 commit 52ed889
Show file tree
Hide file tree
Showing 8 changed files with 1,882 additions and 236 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ linters-settings:
list-mode: lax
allow:
- $gostd
- github.com/pterm/pterm
- github.com/jonhadfield/gosn-v2
- github.com/sirupsen/logrus
- github.com/urfave/cli/v2
Expand Down
158 changes: 0 additions & 158 deletions checklists.go

This file was deleted.

77 changes: 0 additions & 77 deletions cmd/sncli/checklist.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/sncli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func appSetup() (app *cli.App) {
}
app.Commands = []*cli.Command{
cmdAdd(),
cmdChecklist(),
cmdDebug(),
cmdDelete(),
cmdEdit(),
Expand All @@ -133,6 +132,7 @@ func appSetup() (app *cli.App) {
cmdResync(),
cmdSession(),
cmdStats(),
cmdTask(),
cmdTag(),
cmdWipe(),
}
Expand Down
Loading

0 comments on commit 52ed889

Please sign in to comment.