Currently, the dependency check only works if --purge is specified first. If the --purge is after --purge-before-date, the dependency check action still report missing require args --purge. For example, cou plan --purge-before-date 2000-1-1 --purge will fail.
This PR fixed that issue, making the order of --purge and --purge-before-date unimportant
Currently, the dependency check only works if
--purge
is specified first. If the--purge
is after--purge-before-date
, the dependency check action still report missing require args--purge
. For example,cou plan --purge-before-date 2000-1-1 --purge
will fail.This PR fixed that issue, making the order of
--purge
and--purge-before-date
unimportant