| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
They now follow the interface provided by the standard library. This now
means that we no longer needs `args.OsIterator` as that the one from
`std` can now be used directly.
Also remove `args.ShellIterator` as a simular iterator exists in `std`
called `ArgIteratorGeneral`.
|
| |
|
|
| |
fixes comment on #11
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* Better naming for variables
* Follow naming style of enums
* Use `writer()` instead of `outStream()`
* Change many initializers to be a one liner
* Don't explicitly initialize fields to their default value
|
| | |
| |
| |
| |
| |
| | |
This allows for default arguments, which we can also extend without
breaking peoples code in the future. This is a breaking change right now
though.
|
| |/ |
|
| |
|