Skip to content

Commit 9a68715

Browse files
committed
list app page can copy package name
1 parent 16e827d commit 9a68715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/list_apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def main(wf):
1313
wf.add_item(title=app,
1414
uid=app,
1515
arg=app,
16+
copytext=app,
1617
valid=True)
1718

1819
wf.send_feedback()

0 commit comments

Comments
 (0)