We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d59eef commit bef1be0Copy full SHA for bef1be0
autoload/arduino.vim
@@ -271,7 +271,7 @@ endfunction
271
function! arduino#GetBoardOptions(board) abort
272
if g:arduino_use_cli
273
let ret = []
274
- let data = json_decode(system('arduino-cli board details ' . a:board . ' --format json'))
+ let data = json_decode(system('arduino-cli board details -b ' . a:board . ' --format json'))
275
if !has_key(data, 'config_options')
276
return ret
277
endif
0 commit comments