Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0a6cc1

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

File tree

2 files changed

+2
-1
lines changed
Filter options

2 files changed

+2
-1
lines changed

‎commands/root.go

Copy file name to clipboardExpand all lines: commands/root.go
+1Lines 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

Copy file name to clipboardExpand all lines: commands/wrappers.go
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.