Skip to content

Commit fbed586

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc/commands: add docstring for global_args
Signed-off-by: John Mulligan <[email protected]>
1 parent 3f0dbed commit fbed586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sambacc/commands/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def enable_logging(cli: argparse.Namespace) -> None:
188188

189189

190190
def global_args(parser: Parser) -> None:
191+
"""Configure sambacc default global command line arguments."""
191192
parser.add_argument(
192193
"--config",
193194
action="append",

0 commit comments

Comments
 (0)