Fixed English grammar/typo (#2493)

This commit is contained in:
Vincent Agnano
2024-06-21 08:02:45 +02:00
committed by GitHub
parent ca22ad06df
commit fc626041e2
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ const run = async () => {
.commandDir('commands')
.epilogue(CLI_EPILOGUE)
.usage('Usage: $0 <command> [options]')
.demandCommand(1, "Woof !! Let's play with some APIs !!")
.demandCommand(1, "Woof!! Let's play with some APIs!!")
.help('h')
.alias('h', 'help');
};