Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

CLI: Allow init retry+limit if limit empty #46

Closed m4wh6k closed 1 year ago

m4wh6k commented 1 year ago

What and why?

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