Skip to content

More command line improvements (take 2) #2253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Aug 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6a09ee5
Use an "action" enum when processing commandline arguments
matthijskooijman Apr 7, 2014
f3565a1
Invert decision on when to show the GUI
matthijskooijman Apr 7, 2014
7548591
Improve commandline handling control flow
matthijskooijman Apr 7, 2014
c0ab536
Add Base.selectSerialPort
matthijskooijman Apr 7, 2014
26ac897
Fix indentation in the manpage
matthijskooijman Apr 7, 2014
7301b37
Added history section to the manpage
matthijskooijman Apr 7, 2014
d3e2208
Process some commandline arguments earlier
matthijskooijman Apr 7, 2014
e0c599d
Error when passing --verbose without --verify or --upload
matthijskooijman Apr 7, 2014
bbd0128
Explicitely save preferences on startup
matthijskooijman Apr 7, 2014
4452eb3
Add --no-save-prefs option
matthijskooijman Apr 7, 2014
d6333f8
Don't save a new preferences file in Preferences.init
matthijskooijman Apr 7, 2014
7cb99ad
Ensure --verbose is never saved to preferences.txt
matthijskooijman Apr 7, 2014
f745fff
Add --noop option
matthijskooijman Apr 7, 2014
e494f39
Add --get-pref option
matthijskooijman Apr 7, 2014
9e17e52
Parse --preferences-file in main instead of Preferences.init
matthijskooijman Apr 8, 2014
cf4fb7d
Don't re-parse arguments to --preferences-file
matthijskooijman Apr 8, 2014
87bdaa8
Parse --curdir in Base.main()
matthijskooijman Apr 8, 2014
0798e1c
Pass around sketch File objects instead of filenames
matthijskooijman Apr 8, 2014
31fe4ac
Add Base.absoluteFile method
matthijskooijman Apr 8, 2014
f96d71f
Fix --curdir on Windows
matthijskooijman Apr 8, 2014
4f33d08
Fix opening a non-primary .ino file
matthijskooijman Apr 8, 2014
cc773fb
Take into account --curdir for all relative paths
matthijskooijman Apr 9, 2014
c959388
Let Editor::statusError print to stderr
matthijskooijman Dec 5, 2013
f47ec35
If build.path is specified, create it if needed
matthijskooijman Apr 9, 2014
83ede8f
Fix preference directory opening in the GUI with --preferences-file
matthijskooijman Apr 10, 2014
e3dc5e7
Removed unused variables. Small cosmetic changes.
cmaglie Aug 22, 2014
ec1310e
Removed --no-op from CLI. Preferences now not-saved by default.
cmaglie Aug 22, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading