Closed lukaszachy closed 5 months ago
If one has following structure producing /foo object
/foo
$ tree . └── foo └── main.fmf
adding another fmf file makes the original node stop being leaf and thus disapearing from the fmf tree
$ tree . └── foo ├── bar.fmf └── main.fmf $ fmf ls /foo/bar
Proposal to add marker similar to /: inherit:false which would keep the /foo being an object, thus for the above tree we will have:
/: inherit:false
$ fmf ls /foo /foo/bar
Name of the marker subject to discussion: how about retain-name?
retain-name
Related tmt issue: tmt/issues/1795
Another name proposal: is-leaf
is-leaf
If one has following structure producing
/foo
objectadding another fmf file makes the original node stop being leaf and thus disapearing from the fmf tree
Proposal to add marker similar to
/: inherit:false
which would keep the/foo
being an object, thus for the above tree we will have:Name of the marker subject to discussion: how about
retain-name
?Related tmt issue: tmt/issues/1795