Progress: Continue working on completing the remove program.
Fix recursion parameter to actually work by setting the `kt_remove_depth_max_d` when calling `f_directory_remove()`.
Make sure `--force` works as expected as well as work when not specified (remove unnecessary checks).
Still print verbose messages even when in debug mode while the force parameter is passed.
Oops! I incorrectly used `macro_f_console_parameter_t_initialize_6()` when I instead should have used `macro_f_console_parameter_t_initialize_4()`.
The `macro_f_console_parameter_t_initialize_4()` is for the short parameter type where the `macro_f_console_parameter_t_initialize_6()` is for the simple parameter type.
Finish the `--help` messages for the `rm` program.
Make sure to note that the `--one-file-system` is not supported.
Fix messaage for `--preserve-root=all` error.
Make sure to handle `--preserve-root=/`.