Skip to content

Commit

Permalink
bake: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jun 22, 2024
1 parent 2b2d7ec commit f57e7bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bake/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ autoload -U +X bashcompinit && bashcompinit
complete -o default -C bake bake
----
=== Gitignore
Add the following to your global gitignore file:
.~/.gitignore
----
**/bake/bake
**/bake/generated_bake.go
----
== Example Task
NOTE: A more in depth example can be found https://github.com/DavidGamba/go-getoptions/blob/bake/bake/examples/website/README.adoc[here].
Expand Down Expand Up @@ -140,3 +150,5 @@ To print `bake` traces, set the env var `BAKE_TRACE=true`.
* Currently not all `go-getoptions` types are supported.
* Helper for automated cancellation on timeout when passing -t flag.
* Ensure exit codes get passed through.

0 comments on commit f57e7bb

Please sign in to comment.