Skip to content

Commit

Permalink
feat: add cli
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 30, 2023
1 parent 0171591 commit 1c1d96c
Show file tree
Hide file tree
Showing 74 changed files with 7,409 additions and 313 deletions.
6 changes: 5 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ tasks:
- task -l

build:
desc: Build the binary for all platforms
aliases:
- b
desc: Build the binary for current platform
cmds:
- make build

build-all:
aliases:
- ba
desc: Build the binary for all platforms and docker
cmds:
- make build
Expand Down
Loading

0 comments on commit 1c1d96c

Please sign in to comment.