Skip to content

Commit

Permalink
fix: add descriptions to options
Browse files Browse the repository at this point in the history
Signed-off-by: Yves Brissaud <[email protected]>
  • Loading branch information
eunomie committed Oct 10, 2024
1 parent ed7239a commit 56b2038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/go/runx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ actions:
dockerfile: Dockerfile
opts:
- name: bin_name
desc: The name of the binary that also defines the build target as cmd/<bin_name>
prompt: Please enter then name of the binary
required: true
- name: platforms
desc: "Comma separated list of platforms to build for (ex: linux/amd64,linux/arm64)"
prompt: "Please enter the comma separated list of platforms (ex: linux/amd64,linux/arm64)"
cmd: >
-f {{.Dockerfile}}
Expand Down

0 comments on commit 56b2038

Please sign in to comment.