Move stuff to files module
This commit is contained in:
parent
5674bcdc00
commit
b4b8dd53e0
8 changed files with 31 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue