We don't allow a --limit to be supplied along with --retry while using boardwalk init because --retry implies a --limit. The CLI was considering --limit '' with an empty string to conflict with --retry. This update changes the conflict check to consider an an empty string to be OK
How was this tested?
Tested locally by running boardwalk init --retry --limit ''
Checklist
[x] Have you updated the VERSION file (if applicable)?
What and why?
We don't allow a
--limit
to be supplied along with--retry
while usingboardwalk init
because--retry
implies a--limit
. The CLI was considering--limit ''
with an empty string to conflict with--retry
. This update changes the conflict check to consider an an empty string to be OKHow was this tested?
Tested locally by running
boardwalk init --retry --limit ''
Checklist