Feat: cli mode

This commit is contained in:
Grail Finder
2026-03-15 15:30:10 +03:00
parent e476575334
commit 2c9c36e2c6
4 changed files with 320 additions and 22 deletions

View File

@@ -75,6 +75,8 @@ type Config struct {
// playwright browser
PlaywrightEnabled bool `toml:"PlaywrightEnabled"`
PlaywrightDebug bool `toml:"PlaywrightDebug"` // !headless
// CLI mode
CLIMode bool
}
func LoadConfig(fn string) (*Config, error) {