On April 1, 2020 5:39 pm, Thomas Lamprecht wrote:
> On 3/30/20 1:41 PM, Fabian Grünbichler wrote:
>> generalized from the start to support extension to bridges or other
>> entities as well.
>>
>> this gets us incremental support for the CLI, e.g.:
>>
>> --targetstorage foo:bar --targetstorage bar
On 3/30/20 1:41 PM, Fabian Grünbichler wrote:
> generalized from the start to support extension to bridges or other
> entities as well.
>
> this gets us incremental support for the CLI, e.g.:
>
> --targetstorage foo:bar --targetstorage bar:baz --targetstorage foo
>
> creates a mapping of
>
> fo
generalized from the start to support extension to bridges or other
entities as well.
this gets us incremental support for the CLI, e.g.:
--targetstorage foo:bar --targetstorage bar:baz --targetstorage foo
creates a mapping of
foo=>bar
bar=>baz
with a default of foo
Signed-off-by: Fabian Grün