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 445982b commit d37bfc3Copy full SHA for d37bfc3
commands/apps/pulse-secure/pulse-secure-connect.applescript
@@ -13,7 +13,7 @@
13
# @raycast.icon images/pulse-secure.png
14
# @raycast.argument1 { "type": "text", "placeholder": "Connection", "optional": true }
15
# @raycast.argument2 { "type": "text", "placeholder": "Username", "optional": true }
16
-# @raycast.argument3 { "type": "text", "placeholder": "Password", "optional": true }
+# @raycast.argument3 { "type": "text", "placeholder": "Password", "optional": true, "secure": true }
17
18
# Documentation:
19
# @raycast.author Jakub Lanski
0 commit comments