diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-15 15:30:10 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-15 15:30:10 +0300 |
| commit | 2c9c36e2c6c00594fabd25f6d9daad91e038f93c (patch) | |
| tree | 332dd70194ba8863c292eed408d029e357160d39 /config/config.go | |
| parent | e47657533453270565caa5e94cfa59307d2a7970 (diff) | |
Feat: cli mode
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index e8c2687..dc03a1e 100644 --- a/config/config.go +++ b/config/config.go @@ -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) { |
