Skip to content

Commit 52d1c66

Browse files
committed
🐛 fix shortcut load failed due to missing origin_key
1 parent 346bc28 commit 52d1c66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/arclet/alconna/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def __repr__(self):
108108

109109
def dump(self):
110110
return {
111+
"origin_key": self.origin_key,
111112
"command": self.command,
112113
"args": self.args,
113114
"fuzzy": self.fuzzy,

0 commit comments

Comments
 (0)