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

Return generated files from quarto_render() #183

Closed
hadley opened this issue Jun 10, 2024 · 2 comments
Closed

Return generated files from quarto_render() #183

hadley opened this issue Jun 10, 2024 · 2 comments

Comments

@hadley
Copy link

hadley commented Jun 10, 2024

This would be useful when you're building a directory of files

@cderv
Copy link
Collaborator

cderv commented Jun 11, 2024

So when you pass a directory to quarto_render, to return all the files generated from the directory ?

Using CLI, I don't think we have this information directly, so it would need to be computed (probably with quarto inspect). 🤔

@hadley
Copy link
Author

hadley commented Jun 11, 2024

Ah if you don't have it directly, it's probably not worth worrying about. Also I no longer need this since I'm using an empty output dir, I can just list the contents of that directory.

@hadley hadley closed this as completed Jun 11, 2024
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

No branches or pull requests

2 participants