Commit remaining Rust parser updates
This commit is contained in:
@@ -20,7 +20,9 @@ fn main() {
|
||||
fn run() -> Result<()> {
|
||||
let command = env::args().nth(1).unwrap_or_default();
|
||||
if command != "hydrate-filing" {
|
||||
return Err(anyhow!("invalid request: expected `hydrate-filing` command"));
|
||||
return Err(anyhow!(
|
||||
"invalid request: expected `hydrate-filing` command"
|
||||
));
|
||||
}
|
||||
|
||||
let mut buffer = String::new();
|
||||
|
||||
Reference in New Issue
Block a user