Summary
While working on issue #62, I created a flag, and ran into issues with the E2E test(make run-e2e). After finding the error, I made the change to the initialization of the command that should have fixed the issue. I re-ran the E2E tests where it still resulted in 0/4 fail. This lead to much confusion as the change I made should have resulted in passed tests. After some time, I decided to run make build-cli after noticing my change wasn't showing up locally either. This resulted in a 4/4 pass of the E2E tests without making any changes other than rebuilding the CLI.
This leads me to believe that the CLI binary, may not be being rebuilt in the E2E tests (make run-e2e) as expected, but could be using existing CLI binary.