updater.enable_notification=false
should disable version checking even in version
command
#1483
Labels
topic: CLI
Related to the command line interface
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Milestone
Bug Report
In #1480 I had a problem with the update notification string from
arduino-cli
containing a unicode character which doesn't map to anything by default when run under a Python [3.8] script on Windows 10, causing Python to raise an exception. The conclusion to that was that I could either sort my goldarned Python/Windows code-page out or disable the notification with:While the former was in progress I did the latter but I didn't actually check that it was working because I had already updated my
arduino-cli
version.My problem is that the notification remains even when I've apparently disabled it, see below. What am I doing wrong?
Current behaviour
Dumping my config, you can see that
updater.enable_notification
isfalse
....but when I run, for instance,
arduino-cli version
the "update is available" string still pops out:Expected behaviour
I would expect to see just:
...no "update is available" string
Environment
The text was updated successfully, but these errors were encountered: