summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 09:58:02 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 09:58:02 +0300
commit8e351c86502cea78f1f0b3aa19cde7ca702bacab (patch)
tree1340e27219255b0ebe49bdbe3b5c2fbd95df8810 /cmd
parent9e8f558a1f6fcdb09a8a02dfcd2e3d8fc9ce613f (diff)
Rename task CLI from ask to do
- Move cmd/ask to cmd/do; mage BuildDo builds binary named do - Update askcli help text, errors, Fish completion (complete -c do, __do_*) - Task alias cache path: XDG cache hexai/do/task-aliases-v2.json - Refresh README and docs; go install path cmd/do@latest - Remove accidentally tracked cmd/ask build artifact; ignore cmd/do/do and cmd/do/ask Made-with: Cursor
Diffstat (limited to 'cmd')
-rwxr-xr-xcmd/ask/askbin4322459 -> 0 bytes
-rw-r--r--cmd/do/main.go (renamed from cmd/ask/main.go)0
-rw-r--r--cmd/do/main_test.go (renamed from cmd/ask/main_test.go)0
3 files changed, 0 insertions, 0 deletions
diff --git a/cmd/ask/ask b/cmd/ask/ask
deleted file mode 100755
index cffc885..0000000
--- a/cmd/ask/ask
+++ /dev/null
Binary files differ
diff --git a/cmd/ask/main.go b/cmd/do/main.go
index afab992..afab992 100644
--- a/cmd/ask/main.go
+++ b/cmd/do/main.go
diff --git a/cmd/ask/main_test.go b/cmd/do/main_test.go
index db6b436..db6b436 100644
--- a/cmd/ask/main_test.go
+++ b/cmd/do/main_test.go