From 4d73fede8b6aca84e40551e5b7b04059f7769df7 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 6 Nov 2025 07:54:15 -0500 Subject: [PATCH] feat: Updates to notes in hpa script --- env/.local/scripts/hpa | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/env/.local/scripts/hpa b/env/.local/scripts/hpa index dcd19ba..d1924a7 100755 --- a/env/.local/scripts/hpa +++ b/env/.local/scripts/hpa @@ -80,7 +80,11 @@ run() { # the container, otherwise the project fails to get created. # # We also suppress all output and then generate the actual directory path on the local -# file system, so this command can be used like `cd -- $(hpa create Foo | tr -d '\r' | head -1)`. +# file system. +# +# This is generally called by using the 'hpa-create' script, that shows a spinner and +# cleans up the output. Which is generally used like: `cd $(hpa-create Foo)` to automatically +# cd into the generated project and get to work. create() { local project project_container_name dir_name project=${1:-""}