enable passing queries via argument
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -24,7 +24,7 @@ async fn main() {
|
||||
let _res = eframe::run_native(
|
||||
"Damus NoteDeck",
|
||||
native_options,
|
||||
Box::new(|cc| Box::new(Damus::new(cc, "."))),
|
||||
Box::new(|cc| Box::new(Damus::new(cc, ".", std::env::args().collect()))),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user