Parse range for --range

This commit is contained in:
Joscha 2021-12-18 22:21:17 +01:00
parent d67bf0aeea
commit 279bf4a4d1
4 changed files with 103 additions and 3 deletions

View file

@ -8,6 +8,7 @@ use tzfile::Tz;
use self::commands::{Command, Done, File};
pub use self::error::{Error, Result};
pub mod arguments;
pub mod commands;
mod error;
mod format;