You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The report is generated at the root workspace, insome context i need to change the outpur$t path and the file name
Indeed (because I m a maven man) all build information is write in * target * directory and this directory is in my * .gitignore *
Example :
> cat masked.jsonl | mimo --output target/ real.jsonl
> cat masked.jsonl | mimo -o target/ real.jsonl
> cat masked.jsonl | mimo --output myHTML.html real.jsonl
> cat masked.jsonl | mimo -o target/myHTML.html real.jsonl
The final * / * should define the stringis a directory (and create this path if not exist)
The text was updated successfully, but these errors were encountered:
The report is generated at the root workspace, insome context i need to change the outpur$t path and the file name
Indeed (because I m a maven man) all build information is write in * target * directory and this directory is in my * .gitignore *
Example :
The final * / * should define the stringis a directory (and create this path if not exist)
The text was updated successfully, but these errors were encountered: