Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: oncilla/boa

Tags

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config: add flag values automatically (#17)

Add mechanism to automatically add flag values based on the config struct.
The default value is inferred from the provided struct.

Currently, no help text is added to the flags.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docker: add Dockerfile (#14)

Add docker file and describe how to use dockerized boa.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fmt: improve formatting (#12)

Improve formatting of templated code.
Add a newline when printing an error in the root command.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: add golden files (#10)

Add golden file tests for the 'add' and the 'init' command.