fix: opencode message argument must come before flags #54
Reference in New Issue
Block a user
Delete Branch "fix/opencode-arg-order"
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?
Summary
opencode CLI requires message BEFORE flags:
kugetsu was placing message AFTER flags, causing ALL commands to fail.
Changes
Fixed argument order in:
Impact
kugetsu delegate- BROKEN (was fixed earlier but now fully fixed)kugetsu start- BROKEN (now fixed)Closes #53
lgtm