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

Feature Request: use globbing for --input #75

Open
SetTrend opened this issue Aug 10, 2021 · 0 comments
Open

Feature Request: use globbing for --input #75

SetTrend opened this issue Aug 10, 2021 · 0 comments

Comments

@SetTrend
Copy link

SetTrend commented Aug 10, 2021

For my local repositories I'm using the GitHub standard of writing my ReadMe.md file to the root of the repository.

Currently, when I write generate-md --input . --output .html --layout github, all my repository files are copied to the .html folder.


Please add a globbing feature to the --input parameter. So users would be able to write:

generate-md --input .\*.md --output .html --layout github

- or -

generate-md --input ./content/**/*.md --output .html --layout github
@SetTrend SetTrend changed the title Feature Request: use globbing for input Feature Request: use globbing for --input Aug 10, 2021
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

1 participant