Restic config wrapper with interactive TUI menu
1package main 2 3import "git.secluded.site/keld/cmd" 4 5func main() { 6 cmd.Execute() 7}