We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc8839 commit 63d602fCopy full SHA for 63d602f
Justfile
@@ -2,4 +2,4 @@ build:
2
go build -o ./bin/ ./cmd/*
3
4
run: build
5
- ./bin/git-linear-plumbing
+ ./bin/git-linear
0 commit comments