mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
7 lines
273 B
Markdown
7 lines
273 B
Markdown
# Usage
|
|
`$ cargo run --features=bin -- --help` <br/>
|
|
(Or if somewhere else in the repo) <br/>
|
|
`$ cargo run -p veloren-i18n --features=bin -- --help` <br/>
|
|
For example, diagnostic for specific language <br/>
|
|
`$ cargo run -p veloren-i18n --features=bin -- <lang_code>` <br/>
|