8000 Add PIE to the 'Work on a project locally' section · symfony-cli/symfony-cli@b0a6cc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0a6cc1

Browse files
committed
Add PIE to the 'Work on a project locally' section
1 parent 24b3aab commit b0a6cc1

File t 8000 ree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commands/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ func WelcomeAction(c *console.Context) error {
145145
localSecurityCheckCmd,
146146
composerWrapper,
147147
binConsoleWrapper,
148+
pieWrapper,
148149
phpWrapper,
149150
})
150151
terminal.Println("")

commands/wrappers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var (
3838
},
3939
}
4040
pieWrapper = &console.Command{
41-
Usage: "Runs PIE",
41+
Usage: "Runs PIE (PHP Installer for Extensions)",
4242
Hidden: console.Hide,
4343
// we use an alias to avoid the command being shown in the help but
4444
// still be available for completion

0 commit comments

Comments
 (0)
0