@stacksjs/buddy 0.58.62 → 0.58.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
- package/src/cli.ts +1 -1
package/dist/cli.js
CHANGED
|
@@ -3945,7 +3945,7 @@ async function main() {
|
|
|
3945
3945
|
]);
|
|
3946
3946
|
buddy.command("inspire", "Inspire yourself with a random quote").alias("insp").action(() => {
|
|
3947
3947
|
log.info(quotes.random());
|
|
3948
|
-
log.success("Have a great
|
|
3948
|
+
log.success("Have a great days!");
|
|
3949
3949
|
});
|
|
3950
3950
|
buddy.on("inspire:*", () => {
|
|
3951
3951
|
console.log("Invalid command:", buddy.args.join(" "));
|
package/package.json
CHANGED