mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #397] [MERGED] fix(komorebic): global-work-area-offset duplicate command and alias r… #905
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/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.