Improve StringGen to allow creating file name-safe complex strings; remove in-code references to future additions

This commit is contained in:
2024-07-18 17:04:48 -04:00
parent 85fddc0382
commit 530fde8f11
8 changed files with 22 additions and 15 deletions
+3 -3
View File
@@ -2,11 +2,12 @@ package main
import (
"fmt"
"os"
"strings"
"github.com/rwinkhart/MUTN/src/backend"
"github.com/rwinkhart/MUTN/src/cli"
"github.com/rwinkhart/MUTN/src/sync"
"os"
"strings"
)
func main() {
@@ -165,7 +166,6 @@ func main() {
case "tweak":
fmt.Println(backend.AnsiError + "\"tweak\" is not yet implemented" + backend.AnsiReset)
os.Exit(0)
// TODO backend.Tweak()
case "copy":
cli.HelpCopy()
case "edit":