mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
chore: lint
This commit is contained in:
@@ -60,16 +60,16 @@ type commandDialogCmp struct {
|
||||
}
|
||||
|
||||
type (
|
||||
SwitchSessionsMsg struct{}
|
||||
NewSessionsMsg struct{}
|
||||
SwitchModelMsg struct{}
|
||||
QuitMsg struct{}
|
||||
OpenFilePickerMsg struct{}
|
||||
ToggleHelpMsg struct{}
|
||||
ToggleCompactModeMsg struct{}
|
||||
ToggleThinkingMsg struct{}
|
||||
SwitchSessionsMsg struct{}
|
||||
NewSessionsMsg struct{}
|
||||
SwitchModelMsg struct{}
|
||||
QuitMsg struct{}
|
||||
OpenFilePickerMsg struct{}
|
||||
ToggleHelpMsg struct{}
|
||||
ToggleCompactModeMsg struct{}
|
||||
ToggleThinkingMsg struct{}
|
||||
OpenExternalEditorMsg struct{}
|
||||
CompactMsg struct {
|
||||
CompactMsg struct {
|
||||
SessionID string
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user