mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
bumb dependencies
This commit is contained in:
parent
d12cf35e47
commit
fc1eaa503b
3 changed files with 493 additions and 63 deletions
|
|
@ -4,6 +4,8 @@ use std::fs;
|
|||
pub use tf_demo_parser::{Demo, DemoParser, Parse, ParseError, ParserState, Result, Stream};
|
||||
|
||||
fn main() -> std::result::Result<(), Box<ParseError>> {
|
||||
better_panic::install();
|
||||
|
||||
let args: Vec<_> = env::args().collect();
|
||||
if args.len() < 2 {
|
||||
panic!("1 argument required");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue