We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b3aab commit b0a6cc1Copy full SHA for b0a6cc1
commands/root.go
@@ -145,6 +145,7 @@ func WelcomeAction(c *console.Context) error {
145
localSecurityCheckCmd,
146
composerWrapper,
147
binConsoleWrapper,
148
+ pieWrapper,
149
phpWrapper,
150
})
151
terminal.Println("")
commands/wrappers.go
@@ -38,7 +38,7 @@ var (
38
},
39
}
40
pieWrapper = &console.Command{
41
- Usage: "Runs PIE",
+ Usage: "Runs PIE (PHP Installer for Extensions)",
42
Hidden: console.Hide,
43
// we use an alias to avoid the command being shown in the help but
44
// still be available for completion
0 commit comments