Spaces:
Runtime error
Runtime error
Mayuresh Agashe
commited on
Commit
·
fe58312
1
Parent(s):
23d15bf
Update cli.py
Browse files- techdocs/techdocs/cli.py +1 -24
techdocs/techdocs/cli.py
CHANGED
@@ -29,28 +29,5 @@ def main(log_info: bool = False):
|
|
29 |
"""
|
30 |
)
|
31 |
|
32 |
-
# parser.add_argument('--api_key','-k',type=str,required=True,help='API key for Techdocs')
|
33 |
-
|
34 |
-
# parser.add_argument('--username','-u',type=str,required=True,help='Username for Techdocs')
|
35 |
-
|
36 |
-
# parser.add_argument('--password','-p',type=str,required=True,help='Password for Techdocs')
|
37 |
-
|
38 |
-
# parser.add_argument('--dir','-d',type=str,required=True,help='Root directory to be documented')
|
39 |
-
|
40 |
-
# # parser.add_argument('--version','-v',action='version',version="%(prog)s 0.0.1")
|
41 |
-
|
42 |
-
# args=parser.parse_args()
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
# data = {
|
47 |
-
# "username":config['username'],
|
48 |
-
# "password":config['password']
|
49 |
-
# }
|
50 |
-
|
51 |
-
# config.update({"access_token":functools.get_access_token(data)})
|
52 |
-
|
53 |
-
# parse.extract_functions_from_directory(config)
|
54 |
-
|
55 |
if __name__ == '__main__':
|
56 |
-
main()
|
|
|
29 |
"""
|
30 |
)
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
if __name__ == '__main__':
|
33 |
+
main()
|