Skip to content

Commit 19a891f

Browse files
committed
📝 add more help commands on the php webby create:view command
Signed-off-by: otengkwame <[email protected]>
1 parent 3ee0376 commit 19a891f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Core/core/Console/Commands/Help.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,9 +543,11 @@ private static function create_view()
543543
php webby create:view <module-type:module-name> <view-file-path.extension>
544544
545545
{$examples}
546+
php webby create:view some_view.php
547+
php webby create:view some-view.php
546548
php webby create:view users/list-users.php
547549
php webby create:view web:app users/list-users.php
548-
php webby create:view web:app users/list-user.php --plates
550+
php webby create:view web:app users/list_user.php --plates
549551
550552
CREATEVIEW;
551553
}

0 commit comments

Comments
 (0)