Handle CLI arguments as structured argument-parameter pairs
This commit is contained in:
parent
f811c33192
commit
2040854e82
7 changed files with 83 additions and 15 deletions
|
|
@ -3,7 +3,9 @@ use axum::{
|
|||
http::{Response, StatusCode, header, HeaderValue},
|
||||
};
|
||||
|
||||
use crate::formats::{Format, populate_graph, serialize_graph};
|
||||
use crate::{
|
||||
formats::{Format, populate_graph, serialize_graph},
|
||||
};
|
||||
use crate::handlers;
|
||||
|
||||
pub async fn file(file_path: &str, content_type: &str) -> Response<Body> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue