diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-26 04:43:38 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-26 04:45:07 -0400 |
| commit | 1f2e453d0c9f8412b9032cb4e655713ecdcf1fa3 (patch) | |
| tree | c2e19550aeec4c092dceefb37a85497a4b90b485 /fig-web/main | |
| parent | b5003a97d3f02b7c8cb5e63468b781d8d849264d (diff) | |
web: Refactor major style
Diffstat (limited to 'fig-web/main')
| -rw-r--r-- | fig-web/main/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/main/Main.hs b/fig-web/main/Main.hs index 1ab93f0..8db47e2 100644 --- a/fig-web/main/Main.hs +++ b/fig-web/main/Main.hs @@ -39,7 +39,7 @@ main :: IO () main = do opts <- execParser $ info (parseOpts <**> helper) ( fullDesc - <> header "fig-web - public-facing web applications" + <> Options.Applicative.header "fig-web - public-facing web applications" ) cfg <- loadConfig opts.config case opts.cmd of |
