Fixed all binaries using cmdliner to avoid newly deprecated functions #87
Closed
rand
wants to merge 3 commits from 20220221_fix_cmdliner_deprecations
into main
Loading…
Reference in new issue
There is no content yet.
Delete Branch '20220221_fix_cmdliner_deprecations'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Especially take a look at the changes concerning evaluation of cmds - here Cmdliner changes the interface of
eval
, but also supplies alternative versions ofeval
. I chose to use the default, and let Cmdliner control the exit-codeManually merged