Skip to content

Added support for password parameter #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

imihajlow
Copy link

It's useful to have password as a parameter for automatic file upload. Also, manual sys.argv parsing is not a python way :)

Used argparse for parameter parsing.
Added a parameter for password.
@pfalcon
Copy link
Contributor

pfalcon commented Jun 9, 2017

Also, manual sys.argv parsing is not a python way :)

Depends. Having extra dependencies when not needed is not a MicroPython way. See a similar case where argparse module was removed: micropython/micropython@b24ccfc . So I'm afraid, we won't be adding it here either.

@Himura2la
Copy link
Contributor

Accept #34, I did not add argparse ^^

@imihajlow
Copy link
Author

#34 was merged, no need for this pull request anymore.

@imihajlow imihajlow closed this Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants