Move stuff to files module

This commit is contained in:
Joscha 2021-11-21 23:00:12 +01:00
parent 5674bcdc00
commit b4b8dd53e0
8 changed files with 31 additions and 20 deletions

View file

@ -4,11 +4,8 @@ use structopt::StructOpt;
use crate::files::Files;
mod commands;
mod eval;
mod files;
mod format;
mod parse;
#[derive(Debug, StructOpt)]
pub struct Opt {