Skip to content

Add (slightly) better CLI support.

Jeremy Soller requested to merge difarem:master into master

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 and debugln macros now take editor.options as their first argument.
Edited by Ribbon

Merge request reports