ivpn / desktop-app

Official IVPN Desktop app
https://www.ivpn.net/apps/
GNU General Public License v3.0
322 stars 49 forks source link

[CLI] Command options are contrary to Unix tradition. #304

Open elvis-hrvat opened 10 months ago

elvis-hrvat commented 10 months ago

Feature request

Description

Currently ivpn has an option to include multiple alphabets after a single hyphen, such as ivpn -h -full. This is contrary to Unix tradition.

In the Unix tradition, -full and -f -u -l -l are considered the same (e.g., tar -xvf.) .

To follow the Unix tradition, -full should be changed to the GNU-style --full.

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html