Huakun Shen 0fb76d3575
feature: add @kksh/script-command package
Implement script command parser, support existing raycast script commands
2025-02-26 04:51:50 -05:00

17 lines
290 B
Ruby
Executable File

#!/usr/bin/env ruby
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title ruby cmd
# @raycast.mode fullOutput
# Optional parameters:
# @raycast.icon 🤖
# Documentation:
# @raycast.author huakunshen
# @raycast.authorURL https://raycast.com/huakunshen
puts "Hello World!"