Print out args at start.
This commit is contained in:
parent
5d9e180817
commit
12da8b2d16
@ -122,6 +122,7 @@ fn main() -> Result<(), std::io::Error> {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
let start_time: DateTime<Utc> = Utc::now();
|
let start_time: DateTime<Utc> = Utc::now();
|
||||||
let opt = Opt::from_args();
|
let opt = Opt::from_args();
|
||||||
|
info!("{:?}", opt);
|
||||||
let scene = opt.model.scene(&opt);
|
let scene = opt.model.scene(&opt);
|
||||||
fs::create_dir_all(&opt.output)?;
|
fs::create_dir_all(&opt.output)?;
|
||||||
if opt.pprof.is_some() && !cfg!(feature = "profile") {
|
if opt.pprof.is_some() && !cfg!(feature = "profile") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user