index
:
atlas
main
An information storage and retrieval tool
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
completions.go
blob: e16995222168f6085bbc99a77960f168a03fc0e3 (
plain
) (
blame
)
1
2
3
4
5
6
7
package
cmd
import
"fmt"
func
ZshCompletions
()
{
fmt
.
Println
(
"Not implemented yet!"
)
}