Rafficer / linux-cli-community

Linux command-line client for ProtonVPN. Written in Python.
https://protonvpn.com
GNU General Public License v3.0
1.29k stars 195 forks source link

Replace concatenated string with triple quoted string. #279

Open cousinitt opened 3 years ago

cousinitt commented 3 years ago

It is possible to use a triple quoted string and avoid '+'ing all of the strings together.

This is a style issue, my feelings won't be hurt if folks don't like it. Just let me know and I will delete it to keep clutter down.

calexandru2018 commented 3 years ago

Hey @cousinitt

The community version will receive no further commits/updates, so unfortunately this PR will not accepted.

cousinitt commented 3 years ago

Oh, ok - am I committing to the wrong repo, or is development all in-house at Proton VPN now? (thanks for letting me know)

calexandru2018 commented 3 years ago

No worries @cousinitt

This repo that your commiting to is the community version. The official one hasn't been (as of yet) publicly published on anywhere (ie github, gitlab, etc), but this will happen as soon as the official client is a bit more stable.

Either way, since the current official client is written in python, it can be easily inspected. You can find more information here: https://protonvpn.com/blog/linux-vpn-cli-beta/