- Introduces the e_cli_code enum for CLI status codes, replacing integer constants. - Updates cli_parse_arguments to return e_cli_code instead of int. - Refactors main.c, cli.h, and cli/parse.c to use the new enum.