You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-27Lines changed: 21 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,42 +53,36 @@ Using the command line, go to your application's root directory, then type the f
53
53
54
54
The output should look similar to this, containing information on how to start using dot-cli:
55
55
56
-
```text
57
-
DotKernel CLI 1.0.0
58
-
59
-
Usage:
60
-
command [options] [arguments]
61
-
62
-
Options:
63
-
-h, --help Display help for the given command. When no command is given display help for the list command
64
-
-q, --quiet Do not output any message
65
-
-V, --version Display this application version
66
-
--ansi Force ANSI output
67
-
--no-ansi Disable ANSI output
68
-
-n, --no-interaction Do not ask any interactive question
69
-
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
70
-
71
-
Available commands:
72
-
help Display help for a command
73
-
list List commands
74
-
demo
75
-
demo:command Demo command description.
76
-
```
56
+
DotKernel CLI 1.0.0
57
+
58
+
Usage:
59
+
command [options] [arguments]
60
+
61
+
Options:
62
+
-h, --help Display help for the given command. When no command is given display help for the list command
63
+
-q, --quiet Do not output any message
64
+
-V, --version Display this application version
65
+
--ansi Force ANSI output
66
+
--no-ansi Disable ANSI output
67
+
-n, --no-interaction Do not ask any interactive question
68
+
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
69
+
70
+
Available commands:
71
+
help Display help for a command
72
+
list List commands
73
+
demo
74
+
demo:command Demo command description.
77
75
78
76
As shown in `config/autoload/cli.global.php`, dot-cli includes a demo command `demo:command` that will help you understand the basics of creating a new command.
79
77
For more information, see [laminas-cli documentation](https://docs.laminas.dev/laminas-cli/).
0 commit comments