Sort shell completions scripts into folders so that their intended names can be used

This commit is contained in:
2024-07-07 23:04:53 -04:00
parent 565f869da1
commit a6abd6c04e
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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