summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2018-07-01Update manpage to document all CLI optionsChristian Duerr
2018-06-18Override dynamic_title when --title is specifiedNathan Lilienthal
2018-06-07Add working --class and --title CLI parametersTezkerek
2018-01-26Update dependenciesgolem131
2017-12-22Remove built crateJoe Wilm
2017-12-03clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger
2017-11-11Output more info for `--version` (#888)hcpl
2017-11-11Style fixesJoe Wilm
2017-11-11Don't enforce window dimensions if configured with 0 columns or linesBryan Gilbert
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-08-29Change CLI live-config-reload options into flagsJoe Wilm
2017-08-29Implement options to not start the config_monitor thread (#689)Liu Wei
2017-07-08Add a long option for the command flag (-e) (#655)polyfloyd
2017-05-28Add config file as cli option (#576)Niklas Claesson
2017-04-18Add CLI arg for setting working directoryZach Day
2017-04-03Do not replace $SHELL with --command optionJustin Charette
2017-02-06Configurable window dimensionsAnders Rasmussen
2017-01-28Add support for -e argumentNiklas Claesson
2017-01-24Use clap as cli parser.Kurnevsky Evgeny
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-08print glutin events if --print-events is passedTom Crayford
2017-01-06Added --title argument to set window titleRudis Muiznieks
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Cleanup cli option parsingJoe Wilm