When a user runs compile, upload, or attach-and-watch with no build /
sketch arguments, we attempt to create the necessary options using
the following precedence:
1) If an ardi build named "default" exists use that
2) If only one ardi build is defined use that one
3) Attempt to parse an ino file in the current directory
When a user runs compile, upload, or attach-and-watch with no build / sketch arguments, we attempt to create the necessary options using the following precedence:
1) If an ardi build named "default" exists use that 2) If only one ardi build is defined use that one 3) Attempt to parse an ino file in the current directory
Issue #56