Skip to content

Commit

Permalink
Merge pull request #30 from drewstinnett/feature-standardize-cli
Browse files Browse the repository at this point in the history
chore: Cleanup
  • Loading branch information
drewstinnett authored Oct 25, 2023
2 parents 473cf8a + 0f85965 commit b5c3cef
Show file tree
Hide file tree
Showing 44 changed files with 590 additions and 817 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cli/
main: ./cmd/taskpoet/
mod_timestamp: '{{ .CommitTimestamp }}'
ldflags:
- '-s -w'
- -X github.com/drewstinnett/taskpoet/cli/cmd.date={{ .CommitTimestamp }}
- -X github.com/drewstinnett/taskpoet/cli/cmd.version={{ .Tag }}
- -X github.com/drewstinnett/taskpoet/cli/cmd.commit={{ .ShortCommit }}
- -X github.com/drewstinnett/taskpoet/cmd/taskpoet/cmd.date={{ .CommitTimestamp }}
- -X github.com/drewstinnett/taskpoet/cmd/taskpoet/cmd.version={{ .Tag }}
- -X github.com/drewstinnett/taskpoet/cmd/taskpoet/cmd.commit={{ .ShortCommit }}
flags:
- -trimpath
goos:
Expand Down
43 changes: 0 additions & 43 deletions cli/cmd/complete.go

This file was deleted.

49 changes: 0 additions & 49 deletions cli/cmd/completed.go

This file was deleted.

44 changes: 0 additions & 44 deletions cli/cmd/debug.go

This file was deleted.

34 changes: 0 additions & 34 deletions cli/cmd/describe.go

This file was deleted.

98 changes: 0 additions & 98 deletions cli/cmd/fakeit.go

This file was deleted.

59 changes: 0 additions & 59 deletions cli/cmd/import.go

This file was deleted.

40 changes: 0 additions & 40 deletions cli/cmd/log.go

This file was deleted.

Loading

0 comments on commit b5c3cef

Please sign in to comment.