Add xkcd document
This commit is contained in:
parent
f8076e6b66
commit
618f298cc6
13 changed files with 590 additions and 13 deletions
|
|
@ -13,6 +13,8 @@ use tokio::{runtime::Runtime, sync::mpsc};
|
|||
|
||||
use self::{drawer::Drawer, persistent_printer::PersistentPrinter};
|
||||
|
||||
const USER_AGENT: &str = concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
|
||||
|
||||
#[derive(Parser)]
|
||||
struct Args {
|
||||
/// Path to the queue directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue