You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Course to download, can be the full name of the artifact, or the path to a txt or rst that should be downloaded. It can also be unset, in which case the script will try to guess it from your current repository state (it's not too smart at it though).")
139
+
ap.add_argument(
140
+
"course",
141
+
nargs="?",
142
+
help="Course to download, can be the full name of the artifact, or the path to a txt or rst that should be downloaded. It can also be unset, in which case the script will try to guess it from your current repository state (it's not too smart at it though).",
143
+
)
129
144
ap.add_argument("branch", nargs="?")
130
145
ap.add_argument(
131
146
"-W",
@@ -151,16 +166,17 @@ def main():
151
166
# option 4: we read the course as if it was provided from the command line
0 commit comments