-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
Description
The script currently runs with fixed behavior. Adding a CLI would make it more flexible and user-friendly.
What needs to be done:
- Implement argparse for command-line arguments
- Add options like:
--login- Perform login attempt--view-logs [number]- View recent login attempts--setup- Interactive setup wizard--test- Test connection without logging--clear-logs- Clear old logs
- Add
--helpdocumentation - Update README with CLI usage examples
Expected outcome:
Users can interact with the script through intuitive command-line options.
Open for discussions! Suggest additional CLI features that would be helpful!