-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
enhancementNew feature or requestNew feature or request
Description
At the moment, every command accepts the --instance option.
BTW not all commands may implement the InstallationAwareInterface interface,
For example, here's the output of concrete help self-update:
Usage:
self-update
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-I, --instance=INSTANCE Specify the concrete5 directory [default: "."]
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
Update concrete.phar to the latest version.
IMHO we should add the --instance option only to commands implementing InstallationAwareInterface (not sure about how this can be done though).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request