Commit 9863f50
committed
cmd: fix kwarg formatting in docstring example
Update the example to accurately reflect the output of `transform_kwarg`.
When a key is longer than one letter and its value is a non-empty,
non-boolean type, it is transformed into the `--key=value` format,
rather than missing the double dashes or using spaces.
Signed-off-by: Uwe Schwaeke <uwe.schwaeke@clyso.com>1 parent d0318a6 commit 9863f50
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1572 | 1572 | | |
1573 | 1573 | | |
1574 | 1574 | | |
1575 | | - | |
| 1575 | + | |
1576 | 1576 | | |
1577 | 1577 | | |
1578 | 1578 | | |
| |||
0 commit comments