bepass-org / bepass

A simple DPI bypass tool written in go
MIT License
342 stars 71 forks source link

Refactor CLI with ff/v4 for Improved Configuration Handling #38

Closed DanielcoderX closed 10 months ago

DanielcoderX commented 10 months ago

This commit refactors the Bepass CLI to use the ff/v4 package for enhanced command-line flag parsing and configuration handling. It updates the CLI entry point to simplify flag management and error handling, providing a more robust and user-friendly experience.

The key changes in this commit include:

These changes aim to make the Bepass CLI more maintainable, user-friendly, and reliable.