We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce83a9 commit fb1991eCopy full SHA for fb1991e
autoload/arduino.vim
@@ -348,7 +348,7 @@ function! arduino#GetProgrammers() abort
348
\ 'value': '',
349
\}]
350
if g:arduino_use_cli
351
- let data = json_decode(system('arduino-cli board details ' . g:arduino_board . ' --list-programmers --format json'))
+ let data = json_decode(system('arduino-cli board details -b ' . g:arduino_board . ' --list-programmers --format json'))
352
if has_key(data, 'programmers')
353
for entry in data['programmers']
354
call add(programmers, {
0 commit comments