asdf/internal/hook/testdata/asdfrc
Trevor Brown 620c0d87e8 feat(golang-rewrite): re-organize Go code
* move most Go packages to internal directory
* update import paths
2024-12-18 11:32:02 -05:00

9 lines
321 B
Plaintext

# This is a test asdfrc file containing all possible values. Each field to set
# to a value that is different than the default.
# Hooks
pre_asdf_plugin_add = echo Executing with args: $@
pre_asdf_plugin_add_test = echo Executing with args: $@
pre_asdf_plugin_add_test2 = exit $1
pre_asdf_plugin_add_test3 = eval $@