Use unique user in unknown command test to avoid last-command fallback interference. Add plugin architecture with registered commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
53 B
Makefile
7 lines
53 B
Makefile
build:
|
|
go build -o bin/ .
|
|
|
|
test:
|
|
go test -v ./...
|
|
|