We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change behavior based on opt
rely on config
clashctl/src/ui/servo.rs
Line 17 in eb38d49
use crate::{ interactive::Flags, ui::{ app::TuiOpt, event::{Event, UpdateEvent}, utils::{Check, Interval, Pulse}, }, Error, Result, }; // TODO change behavior based on opt // rely on config pub fn servo(tx: Sender<Event>, opt: &TuiOpt, flags: &Flags) -> Result<()> { macro_rules! run { ($(let $p:pat = $v:expr;)* $block:block) => { {
1739f748391266c18765edf3565cf73e8c795147
The text was updated successfully, but these errors were encountered:
No branches or pull requests
change behavior based on opt
rely on config
clashctl/src/ui/servo.rs
Line 17 in eb38d49
1739f748391266c18765edf3565cf73e8c795147
The text was updated successfully, but these errors were encountered: