-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generalise parameter syntax #6
Comments
Merge a260900 resolves the no-args issue and implements help-printing. This opens up the possiblity to define syntax as |
Merge 700db47 resolves the MAC-spoofing-issue but also implements an abstracted connection-routine function, which is the main requirement for this issue. |
Issue mostly closed by c2cf441, but the |
#33 may fix this, in the sense that a user can create a new netctl profile using |
Rather than having no-args mean 'connect to home', as per issue #3, syntax should be generalised.
This should take the form of:
./chwifi ssid passphrase?
, where a question-mark signifies optionality.Currently, the script has the main functionality of handling a use-case of a user primarily using two wireless networks, which is not very extensible. Implementing this syntax allows connecting to arbitrary networks, both networks that are already configured and unknown networks.
This would result in the script becoming a CLI-wrapper for network managers with the enhanced feature of auto-caching passwords for rolling password networks.
The text was updated successfully, but these errors were encountered: