CmdUtils.CreateCommand ({
  name: "helloworld",
  preview: "Displays a <i>salutary</i> to the world",
  execute: function() { displayMessage("hello world"); }
})
