• Stars
    star
    4
  • Rank 3,296,570 (Top 66 %)
  • Language
  • Created about 13 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ASArgs is an easy to use command line style drop-in for AppleScripts. It allows you to use arguments and parameters in AppleScript, much like you would in a shell script, e.g. `$1`, `$2`, `$n` and `$#`. ASArgs returns two arrays containing arguments and parameters respectively.