aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/args.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-1/+1
|
* Rename `list` to be consistent with `multiple_quoted`acdenisSK2017-11-061-2/+2
|
* Fix framework Args testsZeyla Hellyer2017-11-011-71/+71
| | | | | The tests were left untouched after a breaking change, resulting in them failing.
* Merge v0.4.2acdenisSK2017-10-241-1/+237
|\
| * Add "zero-copy" parsingacdenisSK2017-10-211-0/+82
| |
| * Add a missing breakacdenisSK2017-10-181-0/+1
| |
| * `assert` -> `assert_eq`acdenisSK2017-10-181-2/+2
| |
| * Add `PartialEq` impls and doc tests to `Args`acdenisSK2017-10-181-1/+154
| |
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-12/+37
|\|
| * Add try_opt macro for substituteMei Boudreau2017-10-121-8/+5
| |
| * Add an iterator for `Args`acdenisSK2017-10-101-9/+33
| |
| * Add some docs to `Args`acdenisSK2017-10-101-0/+4
| |
| * Fix most clippy warningsMaiddog2017-10-041-3/+3
| |
* | Fix most clippy warningsMaiddog2017-10-091-3/+3
| |
* | Do not to " " if none of the provided delimiters are found (#183)Jacob Helwig2017-10-071-2/+7
|/
* Revamp errors in `Args` and commandsacdenisSK2017-09-231-40/+72
|
* Apply rustfmtZeyla Hellyer2017-09-181-3/+4
|
* Add find and find_n (#153)Maiddog2017-08-281-0/+40
|
* Remove mut when not needed (#152)Maiddog2017-08-281-2/+2
|
* Use cache when possible in UserId's get method (#146)Maiddog2017-08-221-1/+1
|
* Make args empty when no arguments are passed. (#143)Maiddog2017-08-221-1/+7
|
* Fix tests (#145)Maiddog2017-08-221-41/+56
|
* feature-flag the vec_shift dependencyacdenisSK2017-08-211-0/+124