aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
Commit message (Expand)AuthorAge
* Remove redundant closures and importsMatthias Krüger2019-04-11
* Set maximum Rust version to 1.31.0Christian Duerr2019-04-09
* Add rustfmt style guideChristian Duerr2019-03-30
* Update --class docsChristian Duerr2019-03-29
* Add text reflowChristian Duerr2019-03-13
* Add option for window position at startupCole Helbling2019-03-11
* Fix dimensions CLI/manpage docsChristian Duerr2019-02-10
* Set window title on WaylandChristian Duerr2019-02-06
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Display errors and warningsChristian Duerr2018-11-17
* Update manpage to document all CLI optionsChristian Duerr2018-07-01
* Override dynamic_title when --title is specifiedNathan Lilienthal2018-06-18
* Add working --class and --title CLI parametersTezkerek2018-06-07
* Update dependenciesgolem1312018-01-26
* Remove built crateJoe Wilm2017-12-22
* clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger2017-12-03
* Output more info for `--version` (#888)hcpl2017-11-11
* Style fixesJoe Wilm2017-11-11
* Don't enforce window dimensions if configured with 0 columns or linesBryan Gilbert2017-11-11
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Change CLI live-config-reload options into flagsJoe Wilm2017-08-29
* Implement options to not start the config_monitor thread (#689)Liu Wei2017-08-29
* Add a long option for the command flag (-e) (#655)polyfloyd2017-07-08
* Add config file as cli option (#576)Niklas Claesson2017-05-28
* Add CLI arg for setting working directoryZach Day2017-04-18
* Do not replace $SHELL with --command optionJustin Charette2017-04-03
* Configurable window dimensionsAnders Rasmussen2017-02-06
* Add support for -e argumentNiklas Claesson2017-01-28
* Use clap as cli parser.Kurnevsky Evgeny2017-01-24
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* print glutin events if --print-events is passedTom Crayford2017-01-08
* Added --title argument to set window titleRudis Muiznieks2017-01-06
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11
* Cleanup cli option parsingJoe Wilm2016-12-11