Commit 2caf5a3
committed
Make name a required argument for the "invoke tag" command
This causes the "invoke tag" command to function in an intuitive fashion as so:
invoke tag tag_name
Previously when name was an optional argument, the name needed to be set using a flag like so:
invoke tag -n tag_name
This has the side benefit of now making the recommended usage in the Contributor's Guide correct.1 parent 9435003 commit 2caf5a3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments