We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e827d commit 9a68715Copy full SHA for 9a68715
scripts/list_apps.py
@@ -13,6 +13,7 @@ def main(wf):
13
wf.add_item(title=app,
14
uid=app,
15
arg=app,
16
+ copytext=app,
17
valid=True)
18
19
wf.send_feedback()
0 commit comments