Skip to content

Commit a84cd8a

Browse files
authored
Merge pull request #97 from FrostN0v0/fix/shortcut-dump
🐛 shortcut load failed due to missing origin_key
2 parents 346bc28 + 52d1c66 commit a84cd8a

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)