v0.4.0 authentication added and router mode removed

This commit is contained in:
2025-09-10 20:00:37 -04:00
parent ea75c4afed
commit 4248d399b3
26 changed files with 1527 additions and 620 deletions
-1
View File
@@ -3,7 +3,6 @@ package config
type Config struct {
// Top-level flags for application control
UseRouter bool `toml:"router"`
Background bool `toml:"background"`
ShowVersion bool `toml:"version"`
Quiet bool `toml:"quiet"`