mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-23 01:50:01 +01:00
fix: removed stale embeddings handler
This commit is contained in:
@@ -439,7 +439,6 @@ impl Config {
|
||||
|
||||
pub struct ParsedArgs {
|
||||
pub config: Config,
|
||||
pub show_help: bool,
|
||||
}
|
||||
|
||||
pub fn parse() -> Result<ParsedArgs> {
|
||||
@@ -447,7 +446,6 @@ pub fn parse() -> Result<ParsedArgs> {
|
||||
config.finalize()?;
|
||||
Ok(ParsedArgs {
|
||||
config,
|
||||
show_help: false, // Clap handles help automatically
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user