move the explanation of cli parsing close to the actual code

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 068e975acb
commit 810eaa3fef
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -722,6 +722,15 @@ else
ARDUINO_VERBOSE="--quiet"
fi
## Parse the command-line
## - anything that has a =, is an env var
## - from the remaining stuff, the first one is the Library/Sketch
## - everything else are commands
##
## - if there is only one argument, that's a command
cmds=""
## Export vars

Loading…
Cancel
Save