Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created July 17, 2024 14:48
Show Gist options
  • Save johnlindquist/31faa0c2d9a611957a678df57f6bff0a to your computer and use it in GitHub Desktop.
Save johnlindquist/31faa0c2d9a611957a678df57f6bff0a to your computer and use it in GitHub Desktop.
// Cache: true
// Trigger: f
import "@johnlindquist/kit";
let number = await arg(
{
placeholder: "numbers",
input: "o",
},
["one", "two", "three"],
);
let letters = await arg("letters", ["a", "b", "c"]);
console.log(number, letters);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment