We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d6c0e commit aa8e557Copy full SHA for aa8e557
scfw/firewall.py
@@ -23,8 +23,8 @@ def run_firewall(args: Namespace, help: str) -> int:
23
24
Args:
25
args:
26
- A `Namespace` for the firewall's `run` subcommand, containing, in
27
- particular, a `command` to run through the firewall.
+ A `Namespace` parsed from a `run` subcommand command line containing
+ a `command` to run through the firewall.
28
help: A help message to print in the case of early returns.
29
30
Returns:
0 commit comments