From 6f1f78fc33c34fa240b5d0254b4d3ee9184eb2f5 Mon Sep 17 00:00:00 2001 From: norb Date: Mon, 30 Mar 2026 16:56:15 +0200 Subject: [PATCH] feat: add shortOption to siteDir --- bin/cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cfg b/bin/cfg index 5c2203c..ac69102 100755 --- a/bin/cfg +++ b/bin/cfg @@ -105,7 +105,7 @@ $collection = (new Input\InputCollection()) ->description('Path where the config/ directory of the package conf files is located, defaults to the working dir') ) // }}} - ->add( Input\InputTypeFactory::build('LongOption')->name('siteDir') // {{{ + ->add( Input\InputTypeFactory::build('LongOption')->name('siteDir')->short('s') // {{{ ->flags(AbstractInputType::FLAG_OPTIONAL | Input\AbstractInputType::FLAG_VALUE_REQUIRED) ->description('Site/instance directory below config/. Accepts owner_xyz or config/owner_xyz') ->validator(new Input\Validator(