Files
cocoafob/objc/MyApp.scriptTerminology

12 lines
249 B
Plaintext

// Decloner.scriptTerminology:
{
Name = "Decloner commands";
Description = "Commands to handle a URL";
Commands = {
"GetURL" = {
"Name" = "get URL";
"Description" = "Open a URL";
};
};
}