This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Updated for Ubiquity parser 2 */ | |
CmdUtils.CreateCommand({ | |
names: ["track-package", "track"], | |
author: {name: "Scott Hosfeld", email: "[email protected]"}, | |
license: "GPL", | |
description: "Tracks packages via Fedex, UPS, USPS, DHL", | |
help: "Pass the tracking number along", | |
arguments: [{role:"object", nountype: noun_arb_text, label:"Tracking Number"}], | |