We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77aaa81 commit cdd0409Copy full SHA for cdd0409
1 file changed
sync-teams-to-gh.py
@@ -31,9 +31,7 @@
31
parser.add_argument(
32
"-m", "--markdown", action="store_true", help="Print output in Markdown format"
33
)
34
-parser.add_argument(
35
- "-p", "--path", action="store_true", help="path to the teams.yaml file"
36
-)
+parser.add_argument("-p", "--path", help="path to the teams.yaml file")
37
parser.add_argument("-o", "--org", type=str, required=True)
38
39
args = parser.parse_args()
0 commit comments