mirror of
https://github.com/helm/helm.git
synced 2026-03-28 13:24:26 -04:00
This flattens the getter package tree, adds tests, and changes a little bit of the terminology to follow Go idioms. This also makes much of the getter API private to begin with. This will give us more flexibility in the future.
8 lines
66 B
Bash
Executable file
8 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo ENVIRONMENT
|
|
env
|
|
|
|
echo ""
|
|
echo ARGUMENTS
|
|
echo $@
|