Add (slightly) better CLI support.
Created by: difarem
Related to #22.
- Window initialization now happens after the arguments are parsed (this means it won't show up at all when using
--version
or--help
). -
-
as a file argument reads from standard input (blocking until EOF is reached). - The
debug
anddebugln
macros now takeeditor.options
as their first argument.
Edited by Ribbon