Merge c8f7062c9b681ea242d509959277c234693d5578 into 2dc875817decc3aefb35935c331c11f22b1ecd5e

This commit is contained in:
Chris Miller 2025-03-14 05:26:46 -07:00 committed by GitHub
commit 5755f4a204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,3 +278,7 @@ func (m CommandMsg) Args() []string {
func (m CommandMsg) Body() string {
return m.body
}
func (m CommandMsg) RenderSelf(cfg UserConfig) string {
return m.body
}