summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2018-12-23 13:07:17 +0100
committerNora <nora.widdecke@tu-bs.de>2018-12-23 13:07:17 +0100
commit05c8b20450d742c0d77440b8d1adbfcc33c6a08d (patch)
tree698af4be9b2627bc81b9cf44907f9958d5ddf75c /src/lib.rs
parentf9158c04e59c632b8503a797db32f2d9394a0202 (diff)
add show command that reads prints the contents of all events on stdin or seq
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7575925..9579b5e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,6 +14,7 @@ pub mod utils;
pub mod bucketable;
pub mod grep;
pub mod config;
+pub mod show;
#[cfg(test)]
pub mod testdata;