python icon indicating copy to clipboard operation
python copied to clipboard

Let user know if they are not running the most current version of the cli

Open mkinney opened this issue 3 years ago • 0 comments

Let the user know if they are not running the most current version of the cli.

Use code like this https://github.com/meshtastic/Meshtastic-gui-installer/blob/master/meshtastic_flasher/util.py#L155

Perhaps, add a line at the bottom of the output on --info that would say something like:

Version: 1.2.3  *** There is a newer version. Consider running "pip install --upgrade meshtastic" ***

mkinney avatar Feb 18 '22 17:02 mkinney