test ssh commit

test-script v0.1.0
Override-6 2 years ago
parent fc58766233
commit 89106fad5a

@ -39,4 +39,4 @@ You can add your own generator by simply moving your script into the `/generator
Furthermore, your generator MUST follow below specifications : Furthermore, your generator MUST follow below specifications :
* Define a `generate()` function that will be called, assuming that `$1` equals to the value passed after `-l` (`--loc`) which is the documentation sources location * Define a `generate()` function that will be called, assuming that `$1` equals to the value passed after `-l` (`--loc`) which is the documentation sources location
* Define a `GEN_PATH` variable which is the path of generated outputs * Define a `GEN_PATH` variable which is the path of generated outputs
* Place generated outputs in the `GEN_PATH` folder, the caller will then upload generated sources onto the user's CodeDoc space * Place generated outputs in the `GEN_PATH` folder, the caller will then upload generated sources onto the user's CodeDoc space

Loading…
Cancel
Save