You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
$ pyrus pyrus-test help set
Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52
Using PEAR installation found at /home/christian.weiske/pyrus-test
set (set): Set a configuration value
Usage:
php pyrus.phar [options] set [/path/to/pyrus] [options] variable value
should be
php pyrus.phar [/path/to/pyrus] [options] set [options]
The text was updated successfully, but these errors were encountered:
The problem lies in Pyrus/ScriptFrontend/Renderer.php#47. It calls \PEAR2\Console\CommandLine\Renderer_Default::name() which already adds [options] - only then [/path/to/pyrus] is added.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
should be
The text was updated successfully, but these errors were encountered: