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>
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/397
Author: @alvint91
Created: 4/15/2023
Status: ✅ Merged
Merged: 4/16/2023
Merged by: @LGUG2Z
Base:
master← Head:fix/global-work-area-offset-duplicate-assert📝 Commits (1)
f492407fix(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-configurationand ran into the error below.After change komorebic started successfully and then ran
cargo run --bin komorebic -- global-work-area-offset 500 0 0 0andcargo run --bin komorebic -- global-work-area-offset 0 0 0 0to 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.