large changes

This commit is contained in:
2026-01-04 16:27:39 -05:00
parent 608a083861
commit 0a0b1fa8c3
12 changed files with 273 additions and 109 deletions

View File

@@ -65,10 +65,6 @@ func main() {
color.NoColor = true
}
if *config.Port == 3000 {
ui.WARNING("Using default port, this may lead to conflicts with other services")
}
args := flag.Args()
if len(args) < 1 {
flag.Usage()
@@ -98,6 +94,9 @@ func main() {
os.Exit(1)
}
case "run":
if *config.Port == 3000 {
ui.WARNING("Using default port, this may lead to conflicts with other services")
}
ui.Log("Fes is starting")
ui.Log("Fes version=%s, commit=%s, just started", version.VERSION, version.GetCommit())