Progress: Continue working on completing the remove program.
Make sure the `--force` parameter is properly suppressing errors and warnings when a file is not found.
Do not print an error or error out when `--force` is used.
Utilize the `ignore` string and print the boolean state based on `--force` when a file is not found during simulation mode.
Remove the warning on file not found because an error is potentially printed later on.
Update the `--prompt` settings.
Update the program unit tests.
The program now properly returns non-zero on file not found when trying to remove.
The program unit tests are updated to match this expectation.
Update the readme documentation for the remove program.
Fix the standard parameters and properly use `f_console_standard_parameter_last_e`.
Begin adding the `rm` program.