-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add an internal option to the extract command (#975)
Introduce the option `--internal` to the extract command. There is a number of changes with the introduction of this option: - Instead of basing the default value to the question of whether the target dir should be deleted or not, it is now done based in this flag - When this flag is passed, the error thrown when creating the PHAR is swallowed and its message written to the STDERR. This will allow to retrieve it in Pharaoh when executing it without having the whole stack trace.
- Loading branch information
Showing
2 changed files
with
91 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters