We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385df9e commit 6cb7a0aCopy full SHA for 6cb7a0a
scripts/fork_clone.py
@@ -11,7 +11,7 @@
11
parser.add_argument('owner', type=str, help='Repository owner')
12
parser.add_argument('repo', type=str, help='Repository name')
13
# parser.add_argument('token', type=str, help='GitHub API token')
14
-parser.add_argument('name',type=str, help='Enter name for forked repo')
+parser.add_argument('name', type=str, help='Enter name for forked repo')
15
args = parser.parse_args()
16
17
# Get the command-line arguments
@@ -66,4 +66,4 @@
66
print("Thank you!")
67
except NameError:
68
print("Error cloning")
69
-# Forked and cloned successfully
+# Forked and cloned successfully
0 commit comments