Knut Kohl
Knut Kohl
- Add handling of "**--**" to split script arguments from not to parse arguments - Add **-h** as also possible help request - Mark args with **value=...** as flags -...
The **--** stopper is not recognized to stop parsing arguments Test: ``` #!/bin/bash . optparse.bash optparse.define short=t long=test desc='Test run' variable=TEST value=1 default=0 source $( optparse.build ) echo "$@" ```...
The arguments help is differerent aligned than the "default" help description. Test: ``` #!/bin/bash . optparse.bash optparse.define short=T long=test desc='Test run' variable=TEST default=false source $( optparse.build ) echo "$@" ```...
`/conf/abbreviations/de.yaml` road: Platz: Pl I stumbled across the fact that the following address is shortened incorrectly, correct is Willy-Brandt-Platz 6 81829 München but formatted result is Willy-Brandt-Pl 6 81829 München...
/var/log/vesta/nginx-error.log PHP message: PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /usr/local/vesta/web/inc/main.php on line 373 PHP message: PHP Fatal error: Uncaught TypeError: Unsupported operand types: string...