summary refs log tree commit diff
path: root/src/argument.rs
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\
| * crosvm: Apply cargo fix for some clippy errorsKeiichi Watanabe2020-04-15
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-03-26
|\|
| * crosvm: Change expected field to String in InvalidValueJudy Hsiao2020-03-17
* | crosvm: improve crosvm run --help outputAlyssa Ross2020-03-09
|/
* Fix parsing arguments that require a value at the end of command lineDmitry Torokhov2019-12-22
* When parsing --parameter <value> argument do not clobber parser errorsDmitry Torokhov2019-12-22
* Adds a flag_or_value command line argument optionJason Macnak2019-12-09
* split crosvm into a library and a main "crosvm" binaryZach Reizner2019-08-06
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* crosvm: avoid deprecated trim_left_matchesDaniel Verkamp2019-03-25
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* crosvm: argument parsing without clapZach Reizner2017-09-02