[PR #1217] [CLOSED] let user specify if they want command split into multiple lines #4568

Closed
opened 2026-04-19 14:12:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/1217
Author: @ericls
Created: 2/24/2026
Status: Closed

Base: mainHead: shen/handle-multi-line-command


📝 Commits (1)

  • 7c62000 let 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.

Screenshot 2026-02-24 at 09 23 10 Screenshot 2026-02-24 at 09 23 14

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.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/1217 **Author:** [@ericls](https://github.com/ericls) **Created:** 2/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `shen/handle-multi-line-command` --- ### 📝 Commits (1) - [`7c62000`](https://github.com/moghtech/komodo/commit/7c620003ad045ff0e0e0091a78abc6dbdfa18902) let user specify if they want command split ### 📊 Changes **10 files changed** (+45 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. <img width="758" height="299" alt="Screenshot 2026-02-24 at 09 23 10" src="https://github.com/user-attachments/assets/188f0149-d106-454e-b571-654b299ed336" /> <img width="726" height="304" alt="Screenshot 2026-02-24 at 09 23 14" src="https://github.com/user-attachments/assets/0da21c5d-895f-47df-a80c-375a654b0175" /> Relates to but not entirely the same ask from #808 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 14:12:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#4568