mirror of
https://github.com/glebd/cocoafob.git
synced 2026-06-01 07:27:33 +00:00
12 lines
249 B
Plaintext
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";
|
|
};
|
|
};
|
|
}
|