Change the default build command path to ~/.hhfab.
cmd/hhfab/main.go:
Change the default value of basedirFlag from .hhfab to ~/.hhfab.
Makefile:
Update all references of .hhfab to ~/.hhfab.
Note: This pull request was created by Github's CoPilot Workspace. It seems like a simple change and I did a basic check for correctness. However, please review and feel free to reject.
We're undergoing major rework of the hhfab right now, and it now operates within a folder you're running it (no .hhfab subfolder) - similar to familiar tools like git/terraform/etc.
Related to #113
Change the default build command path to
~/.hhfab
.cmd/hhfab/main.go:
basedirFlag
from.hhfab
to~/.hhfab
.Makefile:
.hhfab
to~/.hhfab
.Note: This pull request was created by Github's CoPilot Workspace. It seems like a simple change and I did a basic check for correctness. However, please review and feel free to reject.
For more details, open the Copilot Workspace session.