add usage prop

merge-requests/5/head
Matthew 2020-04-15 15:33:39 -04:00
parent 11c39b8c65
commit 88d44fa484
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ export default class Command {
*/
public description: string;
/**
* Usage for the command.
*/
public usage: string;
/**
* The aliases for the command.
*/