summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-17 08:46:14 +0300
committerPaul Buetow <paul@buetow.org>2025-08-17 08:46:14 +0300
commit17e9d33f2a5dc9305b4dbae1bc400b28f9b6c211 (patch)
tree6daa49b11188b0a6f4346d41d6adc922517858e7 /cmd
parent07d02d93dbb7a8167758f678c68b5a1a520167c8 (diff)
rename CLI binary to hexai-lsp
- Default log path: /tmp/hexai-lsp.log - Taskfile: build/copy/run hexai-lsp binary
Diffstat (limited to 'cmd')
-rw-r--r--cmd/hexai/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hexai/main.go b/cmd/hexai/main.go
index 25b5281..b433b13 100644
--- a/cmd/hexai/main.go
+++ b/cmd/hexai/main.go
@@ -15,7 +15,7 @@ import (
)
func main() {
- logPath := flag.String("log", "/tmp/hexai.log", "path to log file (optional)")
+ logPath := flag.String("log", "/tmp/hexai-lsp.log", "path to log file (optional)")
showVersion := flag.Bool("version", false, "print version and exit")
flag.Parse()
if *showVersion {