help: | NO process_error: no_matching_command: | No matching command found! Use `jv -h` to get help no_matching_command_but_similar: | No matching command found, but similar commands were found: jv %{similars} Use `jv -h` to get help no_node_found: | Unable to find command `%{node}` This is usually a compilation-phase issue, not a user input error. Please use `jv -v -C` to get detailed version traceback and contact the developers. github: https://github.com/JustEnoughVCS/CommandLine/ parse_error: | An error occurred while parsing your command arguments! Please use `jv --help` to view help renderer_override_but_request_help: | Renderer override mode is enabled, but help output was requested. This is not expected. Tips: When using `--renderer` to specify a renderer, do not use `--help`. If you wish to suppress all output when an error occurs, use the `--no-error-logs` flag. other: | %{error} downcast_failed: | Type conversion failed! This is usually a compilation-phase issue, not a user input error. Please use `jv -v -C` to get detailed version traceback and contact the developers. github: https://github.com/JustEnoughVCS/CommandLine/ prepare_error: io: | I/O error in preparation phase! Error: %{error} error: | Unknown error in preparation phase! Error: %{error} local_workspace_not_found: | Local workspace not found! Create or enter a workspace directory first. local_config_not_found: | Failed to read workspace config. File may not exist or format mismatch. Use `jv update` and try again. latest_info_not_found: | Unable to read latest upstream info! Use `jv update` and try again. latest_file_data_not_exist: | Unable to read latest file info for member `%{member_id}`! Use `jv update` and try again. cached_sheet_not_found: | Unable to read cached upstream sheet `%{sheet_name}`! Use `jv update` and try again. local_sheet_not_found: | Unable to read local sheet `%{sheet_name}` for member `%{member_id}`. local_status_analyze_failed: | Failed to analyze local workspace! Please check if the current workspace is correctly configured with an upstream. Also, verify that a structure sheet is in use. no_sheet_in_use: | No sheet in use. Use `jv use `. execute_error: io: | I/O error in execution phase! Error: %{error} error: | Error in execution phase! Error: %{error} render_error: io: | I/O error in rendering phase! Error: %{error} error: | Error in rendering phase! Error: %{error} serialize_failed: | Data serialization error! Error: %{error} renderer_not_found: | Renderer `%{renderer_name}` not found! type_mismatch: | Render type mismatch! This is usually a compilation-phase issue, not a user input error. Please use `jv -v -C` to get detailed version traceback and contact the developers. github: https://github.com/JustEnoughVCS/CommandLine/