Merge pull request 'Fix cmd flags and defer-before-error-check (#8, #19)' (#36) from fix/cmd-flags-and-defer-ordering into main
All checks were successful
CI / vet (push) Successful in 37s
CI / test (push) Successful in 51s
CI / build (push) Successful in 52s

This commit was merged in pull request #36.
This commit is contained in:
2026-02-15 16:18:54 +00:00
7 changed files with 7 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ func main() {
cli := &cli.Command{
Name: "archive",
Usage: "Archive a website",
Flags: Flags,
Flags: flags,
Action: func(ctx context.Context, cli *cli.Command) error {
target := cli.Args().First()