$VAR1 = {
'path' => '/export/home/frank'
'options' => [
{
'value' => '1001',
'param' => 'i'
},
{
'param' => 'f'
},
{
'value' => 'eyes',
'param' => 'x'
},
{},
{
'value' => 'toes',
'param' => 'b'
},
{
'param' => 'p'
},
],
'arguments' => [
{
'value' => 'test'
}
],
};
####
arguments:
- value: test
path: /export/home/frank
options:
- param: i
value: '1001'
- param f
- param: x
value: eyes
- flag: b
value: toes
- param: p
####
path: /export/home/frank
options:
-
param: i
value: '1001'
-
param f
-
param: x
value: eyes
-
flag: b
value: toes
-
param: p
arguments:
-
value: test