docs: fix code block
This commit is contained in:
parent
658e6e06c5
commit
f31c6c1c49
|
@ -20,11 +20,10 @@
|
||||||
|
|
||||||
- `joj3-config-generator convert` function is now supported, currently support three flags:
|
- `joj3-config-generator convert` function is now supported, currently support three flags:
|
||||||
|
|
||||||
```shell
|
`-d/--distribute`: Add it without other input, it indicates script is ready to convert things other than testcases within the project
|
||||||
-d/--distribute: Add it without other input, it indicates script is ready to convert things other than testcases within the project
|
`-c/--conf-root`: This is where you want to put all your 'task.toml' type folders, default choice for your input can be '/home/tt/.config/joj/'
|
||||||
-c/--conf-root: This is where you want to put all your 'task.toml' type folders, default choice for your input can be '/home/tt/.config/joj/'
|
`-r/--repo-root`: This would be where you put your 'repo.toml' file as well as your 'immutable files', they should all be at same place, default choice for your input can be 'immutable_files', which is the folder at the position '/home/tt/.config/joj/'
|
||||||
-r/--repo-root: This would be where you put your 'repo.toml' file as well as your 'immutable files', they should all be at same place, default choice for your input can be 'immutable_files', which is the folder at the position '/home/tt/.config/joj/'
|
|
||||||
```
|
|
||||||
- sample command on the server
|
- sample command on the server
|
||||||
```shell
|
```shell
|
||||||
joj3-config-generator convert -d -c /home/tt/.config/joj/ -r immutable_files
|
joj3-config-generator convert -d -c /home/tt/.config/joj/ -r immutable_files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user