mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
[PR #1217] [CLOSED] let user specify if they want command split into multiple lines #5738
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/1217
Author: @ericls
Created: 2/24/2026
Status: ❌ Closed
Base:
main← Head:shen/handle-multi-line-command📝 Commits (1)
7c62000let user specify if they want command split📊 Changes
10 files changed (+45 additions, -23 deletions)
View changed files
📝
bin/core/src/alert/discord.rs(+6 -8)📝
bin/core/src/alert/mod.rs(+6 -8)📝
bin/periphery/src/api/build.rs(+1 -1)📝
bin/periphery/src/api/compose.rs(+2 -2)📝
bin/periphery/src/api/mod.rs(+1 -1)📝
bin/periphery/src/git.rs(+2 -2)📝
client/core/rs/src/entities/mod.rs(+2 -0)📝
client/core/ts/src/types.ts(+1 -0)📝
frontend/public/client/types.d.ts(+1 -0)📝
frontend/src/components/config/util.tsx(+23 -1)📄 Description
It's a bit confusing when I write a command and it doesn't work.
Turns out the spliting behavior is not doing what I want it to do.
So I want a way to turn it off.
I think it make sense to provide user the ability to turn it off.
Relates to but not entirely the same ask from #808
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.