Commit Graph

12 Commits

Author SHA1 Message Date
Matthias Beyer 9fd65dbe4a Add TableLister 2016-08-02 16:28:32 +02:00
John Sirois 7f57e5e234 Move from a helper function to a typeclass.
This introduces the `FoldResut` trait to move from `func(receiver, ...)`
style to `receiver.func(...)` style. Also add a means to pass the
default result explicitly.
2016-07-14 07:28:54 -06:00
John Sirois 2c40b8734e Add a `fold_ok` utility.
Add a utility that folds an iterator into a result and uses it to reduce
boilerplate in the codebase.
2016-07-13 12:43:04 -06:00
Matthias Beyer 2cd511c0c1 Make CoreLister generic 2016-07-04 20:04:38 +02:00
Matthias Beyer 38031d5798 Add counter in libimagentrylist::listers::Core 2016-05-23 19:18:06 +02:00
Matthias Beyer 79f585def9 Fix libimagentrylist::listers::path 2016-05-04 13:30:19 +02:00
Matthias Beyer 169d835e22 Remove unused deref() call 2016-04-21 13:19:01 +02:00
Matthias Beyer 985d273787 Remove unused deref() call 2016-04-21 13:18:22 +02:00
Matthias Beyer 20c78a99e4 Remove unused imports 2016-04-17 20:53:06 +02:00
Matthias Beyer 9a9b7fcc58 Add cli submodule for building and parsing CLI subcomponents 2016-04-06 11:35:22 +02:00
Matthias Beyer fdc7e2c391 Add LineLister 2016-03-26 15:28:18 +01:00
Matthias Beyer 5fe843e5d6 Add simple PathLister type 2016-03-26 15:28:18 +01:00