Add documentation for info command 📖

Signed-off-by: Yuvaraja Balamurugan <yuvaraja.balamurugan@clark.de>
This commit is contained in:
Yuvaraja Balamurugan
2021-08-31 10:49:21 +05:30
parent 05c6f84379
commit 07161730cc
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ export function registerCommands(program: CommanderStatic) {
program
.command('info')
.description('Debug info of dependencies.')
.description('Debug info of all dependencies.')
.action(lazy(() => import('./info').then(m => m.default)));
}