We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346bc28 commit 52d1c66Copy full SHA for 52d1c66
1 file changed
src/arclet/alconna/typing.py
@@ -108,6 +108,7 @@ def __repr__(self):
108
109
def dump(self):
110
return {
111
+ "origin_key": self.origin_key,
112
"command": self.command,
113
"args": self.args,
114
"fuzzy": self.fuzzy,
0 commit comments