You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that for whatever reason (seems like a bug in urfave/cli, I'm pretty sure this was working before... it doesn't work on an earlier commit too 😵💫), when running the subcommand with --help, we get an empty string. This means that the substring check passes.
The subcommands docs were out of date because the tests only check the output of the tool as a whole, not individual subcommands: https://github.com/sourcegraph/scip/blob/main/cmd/main_test.go#L26
We should ideally check all of it.
Possible approaches:
CLI.md
entirely out of the tests and usegit diff
to see if it deviates from what is checked in. Like we do with snapshotsThe text was updated successfully, but these errors were encountered: