Skip to content

Add Command-Line Interface #5

@01bps

Description

@01bps

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 --help documentation
  • 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!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions