mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
First step of refactor done.
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
extern crate dust;
|
||||
use dust::*;
|
||||
|
||||
extern crate ansi_term;
|
||||
use ansi_term::Colour::Fixed;
|
||||
mod utils;
|
||||
use utils::{display, find_big_ones, get_dir_tree};
|
||||
|
||||
#[macro_use]
|
||||
extern crate clap;
|
||||
use clap::{App, AppSettings, Arg};
|
||||
|
||||
Reference in New Issue
Block a user