Skip to content

Commit 02b32e3

Browse files
x1101felixfontein
andauthored
Updated README to document new extra-args option (#8)
* Updated README to document new `extra-args` option * Update README.md Applying suggestions Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]>
1 parent 0b5639d commit 02b32e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ The follow options can be provided to this GitHub Action.
6464
Example: <code>formatters codeqa</code>.
6565
</td>
6666
</tr>
67+
<tr>
68+
<td>
69+
<code>extra-args</code>
70+
<br>
71+
(default:&nbsp;<code>""</code>)
72+
</td>
73+
<td>
74+
Extra arguments to be passed to nox sessions. If empty, no extra arguments are passed. Can be a space-separated list of arguments.
75+
<br>
76+
Example: <code>--check</code>.
77+
</td>
78+
</tr>
6779
<tr>
6880
<td>
6981
<code>force-pythons</code>

0 commit comments

Comments
 (0)