Skip to content

Commit

Permalink
Add args
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Jan 7, 2025
1 parent e705065 commit ca3833f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ pub struct DftArgs {
#[cfg(any(feature = "flightsql", feature = "experimental-flightsql-server"))]
#[clap(long, help = "Set the host and port to be used for FlightSQL")]
pub flightsql_host: Option<String>,

#[clap(
long,
short,
help = "Path to save output to. Type is inferred from file suffix"
)]
pub output: Option<PathBuf>,
}

impl DftArgs {
Expand Down

0 comments on commit ca3833f

Please sign in to comment.