We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5252262 commit b7f4d2aCopy full SHA for b7f4d2a
crates/forge_main/src/model.rs
@@ -766,7 +766,10 @@ impl AppCommand {
766
/// `on_show_commands`, so they must be excluded from the COMMAND loop to
767
/// avoid duplicate entries in `list commands --porcelain`.
768
pub fn is_agent_switch(&self) -> bool {
769
- matches!(self, AppCommand::Forge | AppCommand::Muse | AppCommand::Sage)
+ matches!(
770
+ self,
771
+ AppCommand::Forge | AppCommand::Muse | AppCommand::Sage
772
+ )
773
}
774
775
0 commit comments