Skip to content

Instantly share code, notes, and snippets.

@gattu
Created July 9, 2009 10:06
Show Gist options
  • Save gattu/143550 to your computer and use it in GitHub Desktop.
Save gattu/143550 to your computer and use it in GitHub Desktop.
/* This is a template command. */
CmdUtils.CreateCommand({
names: ["example"],
description: "A short description of your command.",
help: "How to use your command.",
execute: function execute(args) {
displayMessage("You selected: " + Utils.OS , this);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment