Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayureshagashe2105 authored Oct 4, 2023
1 parent e0d8cbe commit 906c9fc
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions techdocs/techdocs/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,5 @@ def main(log_info: bool = False):
"""
)

# parser.add_argument('--api_key','-k',type=str,required=True,help='API key for Techdocs')

# parser.add_argument('--username','-u',type=str,required=True,help='Username for Techdocs')

# parser.add_argument('--password','-p',type=str,required=True,help='Password for Techdocs')

# parser.add_argument('--dir','-d',type=str,required=True,help='Root directory to be documented')

# # parser.add_argument('--version','-v',action='version',version="%(prog)s 0.0.1")

# args=parser.parse_args()



# data = {
# "username":config['username'],
# "password":config['password']
# }

# config.update({"access_token":functools.get_access_token(data)})

# parse.extract_functions_from_directory(config)

if __name__ == '__main__':
main()
main()

0 comments on commit 906c9fc

Please sign in to comment.