Add hub command pt2

This commit is contained in:
Christopher Cookman 2025-01-20 19:50:04 -07:00
parent 4554d08b41
commit 7bfe42fca7

View file

@ -216,6 +216,10 @@ module.exports = {
required: false required: false
} }
] ]
},
{
name: "hub",
description: "Get the hub URL.",
} }
], ],
admin: [] admin: []