Skip to content
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

Introduce a basic CLI interface via Python's argparse #15

Merged
merged 4 commits into from
Nov 2, 2016

Conversation

EclectickMedia
Copy link
Collaborator

Preamble

This repository hasn't had a proper CLI interface for a very long time, and it bugs me.

I included a basic interface via Python's argparse package that utilizes quiet_ping, and introduced a new # TODO tag to note the lack of functionality for the -i/--infinite flag.

-i/--infinte Flag

The current iteration of the software does not allow for continuous ping requests to be made due to the current use of a for i in rage(x) structure. This is described in further detail in #14

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.

None yet

2 participants