Skip to content

Commit

Permalink
update buildTask docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RickBarretto committed Oct 29, 2023
1 parent 95da5ca commit 783e69d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions builder.nims
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ cmd build, "Builds Arturo":
## build:
## Provides a cross-compilation for the Arturo's binary.
##
## --os: string = $hostOS
## [freebsd, linux, openbsd, macosx, netbsd, windows]
## --mode: string = full
## [full, mini, web]
## --arch: string = $hostCPU
## [amd64, arm, arm64, i386, x86]
## --dev
## --compress
## --install
## --log
## --build -b: string = full
## [full, mini, web]
## --os: string = $hostOS
## [freebsd, linux, openbsd, macosx, netbsd, windows]
## --who: string = user
## [bench, ci, dev, user]
## --compress -c
## --install -i
## --log -l
## --help

const
Expand Down

0 comments on commit 783e69d

Please sign in to comment.