[PR #397] [MERGED] fix(komorebic): global-work-area-offset duplicate command and alias r… #905

Closed
opened 2026-01-05 14:53:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/397
Author: @alvint91
Created: 4/15/2023
Status: Merged
Merged: 4/16/2023
Merged by: @LGUG2Z

Base: masterHead: fix/global-work-area-offset-duplicate-assert


📝 Commits (1)

  • f492407 fix(komorebic): global-work-area-offset duplicate command and alias runtime error

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 komorebic/src/main.rs (+0 -1)

📄 Description

…untime error

Not sure how this work but first time with rust and open source. I was just trying to compile the master line and run it.

I ran cargo run --bin komorebic -- start --await-configuration and ran into the error below.

thread 'main' panicked at 'Command komorebic: command `global-work-area-offset` alias `global-work-area-offset` is duplicated'

After change komorebic started successfully and then ran
cargo run --bin komorebic -- global-work-area-offset 500 0 0 0 and cargo run --bin komorebic -- global-work-area-offset 0 0 0 0 to make sure the desired command name still worked. Seemed ok to me.


🔄 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/397 **Author:** [@alvint91](https://github.com/alvint91) **Created:** 4/15/2023 **Status:** ✅ Merged **Merged:** 4/16/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `fix/global-work-area-offset-duplicate-assert` --- ### 📝 Commits (1) - [`f492407`](https://github.com/LGUG2Z/komorebi/commit/f492407277c3364cbc71d28863e147295f718641) fix(komorebic): global-work-area-offset duplicate command and alias runtime error ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `komorebic/src/main.rs` (+0 -1) </details> ### 📄 Description …untime error Not sure how this work but first time with rust and open source. I was just trying to compile the master line and run it. I ran `cargo run --bin komorebic -- start --await-configuration` and ran into the error below. ``` thread 'main' panicked at 'Command komorebic: command `global-work-area-offset` alias `global-work-area-offset` is duplicated' ``` After change komorebic started successfully and then ran ` cargo run --bin komorebic -- global-work-area-offset 500 0 0 0` and `cargo run --bin komorebic -- global-work-area-offset 0 0 0 0` to make sure the desired command name still worked. Seemed ok to me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:22 +01:00
adam closed this issue 2026-01-05 14:53:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#905