blob: 525d8c55875f47a049d493546ee765de602fd043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
process_error:
prepare_error: |
[[YELLOW]]Preparation Phase Error:[[/]]
%{error}
execute_error: |
[[RED]]Execution Phase Error:[[/]]
%{error}
render_error: |
[[YELLOW]]Rendering Phase Error:[[/]]
%{error}
Tip: If you need to ignore error output,
please append the `--no-error-logs` parameter to the command.
no_matching_command: |
No matching command found!
ambiguous_command: |
Multiple commands found, unable to determine which one you want:
%{nodes}
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 <command> --help` to view help
other: |
%{error}
|