mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
keep baselineprops seperate and add some tracing
This commit is contained in:
parent
e678a35654
commit
24e83957d5
8 changed files with 213 additions and 40 deletions
|
|
@ -12,6 +12,8 @@ fn main() -> Result<(), MainError> {
|
|||
#[cfg(feature = "better_panic")]
|
||||
better_panic::install();
|
||||
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
let args: Vec<_> = env::args().collect();
|
||||
if args.len() < 2 {
|
||||
println!("1 argument required");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue