Context
Right now, -a|--assert is an option from test command, but this does not make sense as this is a command by its own.
Expected
- Keep
-a|--assert option for BC but mark it as deprecated (in the docs?)
- Create a subcommand
bashunit assert that will do the exact same as the current --assert option
- Update the documentation
- Add tests for this new command
Context
Right now,
-a|--assertis an option from test command, but this does not make sense as this is a command by its own.Expected
-a|--assertoption for BC but mark it as deprecated (in the docs?)bashunit assertthat will do the exact same as the current--assertoption