We should thoroughly test the CLI to ensure it functions as intended and produces the correct output. We can use a package like assert_cmd to achieve this. Necessary in light of the fact that some commands are producing non explicit error traces instead of text feedback
Commands where this currently exists:
- Any command when there is no account key stored locally
- Reject relationship
We should thoroughly test the CLI to ensure it functions as intended and produces the correct output. We can use a package like assert_cmd to achieve this. Necessary in light of the fact that some commands are producing non explicit error traces instead of text feedback
Commands where this currently exists: