| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-27 | all: print any path relative to base directory | Shulhan | |
| This is to minimize log length in stdout and stderr, which make it more readable. | |||
| 2023-09-27 | all: make .Vars, .Val, and .Vals panic if values is empty | Shulhan | |
| This is to prevent copying or executing command with value that are not defined or typo which make the result empty and may result in undefined behaviour. For example if we have "app_dir = /data/app" and command in the script that remove that directory recursively, sudo rm -r {{.Val "::app_dir}}/bin will result removing "/bin" entirely. | |||
