This package does not currently (1.3.0.r0.gf4b1c9f-1) build correctly:
The bake
command went away with v1.3.0.r0, yet the package()
function still attempts to generate completions from that non-existing command, yielding empty and non-functional completions that are installed as bake
, bake.fish
and _bake
(rather than mbake
, mbake.fish
and _mbake
).
So although the package does contain the correct mbake
command, the completion files are empty and installed under a wrong name.
Upstream now includes the completions in the repo, but of course it is also perfectly fine to generate them at package time, provided one uses mbake
to generate these, and not bake
.
Pinned Comments