mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Sort shell completions scripts into folders so that their intended names can be used
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
gofmt -l -w -s ./src/cli/*.go
|
gofmt -l -w -s ./src/cli/*.go
|
||||||
gofmt -l -w -s ./src/backend/*.go
|
gofmt -l -w -s ./src/backend/*.go
|
||||||
git add -f extra completions src wiki .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
|
git add -f completions src wiki .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
|
||||||
git commit -m "$1"
|
git commit -m "$1"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user