Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL] add a path for the repository #38

Closed
EricSimon opened this issue Sep 29, 2023 · 0 comments · Fixed by #37
Closed

[PROPOSAL] add a path for the repository #38

EricSimon opened this issue Sep 29, 2023 · 0 comments · Fixed by #37

Comments

@EricSimon
Copy link
Collaborator

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)

@adrienaury adrienaury linked a pull request Sep 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant