-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix --purge / --purge-before-date dependency issue.
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 still failed.
- Loading branch information
1 parent
cf0767f
commit 1f1a788
Showing
2 changed files
with
15 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters