306a829 feat(wm): adds the ahk flag to the stop command
📊 Changes
1 file changed (+32 additions, -0 deletions)
View changed files
📝komorebic/src/main.rs (+32 -0)
📄 Description
Thought it would make sense to add the ahk flag to the stop command, cuz it exists in the start and enable-autostart commands...
I tried to replicate the new command using the others as a base...
Is PowerShell version compatibility something you would like me to ensure? Should I focus on supporting older versions (like PowerShell 5.1 or even earlier), or is it ok to target more modern versions (PowerShell Core 6+)?
Let me know so I can adjust the script...
🔄 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/LGUG2Z/komorebi/pull/1043
**Author:** [@Doomwhite](https://github.com/Doomwhite)
**Created:** 10/12/2024
**Status:** ✅ Merged
**Merged:** 10/16/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `feat/cli/stop/add-ahk-flag`
---
### 📝 Commits (1)
- [`306a829`](https://github.com/LGUG2Z/komorebi/commit/306a829bf4c9ce2edca64f554af13bc301ba9325) feat(wm): adds the ahk flag to the stop command
### 📊 Changes
**1 file changed** (+32 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebic/src/main.rs` (+32 -0)
</details>
### 📄 Description
Thought it would make sense to add the ahk flag to the stop command, cuz it exists in the start and enable-autostart commands...
I tried to replicate the new command using the others as a base...
Is PowerShell version compatibility something you would like me to ensure? Should I focus on supporting older versions (like PowerShell 5.1 or even earlier), or is it ok to target more modern versions (PowerShell Core 6+)?
Let me know so I can adjust the script...
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1043
Author: @Doomwhite
Created: 10/12/2024
Status: ✅ Merged
Merged: 10/16/2024
Merged by: @LGUG2Z
Base:
master← Head:feat/cli/stop/add-ahk-flag📝 Commits (1)
306a829feat(wm): adds the ahk flag to the stop command📊 Changes
1 file changed (+32 additions, -0 deletions)
View changed files
📝
komorebic/src/main.rs(+32 -0)📄 Description
Thought it would make sense to add the ahk flag to the stop command, cuz it exists in the start and enable-autostart commands...
I tried to replicate the new command using the others as a base...
Is PowerShell version compatibility something you would like me to ensure? Should I focus on supporting older versions (like PowerShell 5.1 or even earlier), or is it ok to target more modern versions (PowerShell Core 6+)?
Let me know so I can adjust the script...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.