mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-20 10:30:02 -07:00
620c0d87e8
* move most Go packages to internal directory * update import paths
9 lines
321 B
Plaintext
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 $@
|