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

请问如何转换文件夹中的所有md?支持通配符吗? #38

Open
SheltonZhu opened this issue May 12, 2022 · 1 comment
Open

Comments

@SheltonZhu
Copy link

例如: mdout md/*.md

@JabinGP
Copy link
Owner

JabinGP commented May 12, 2022

可以在 cmt/root.go 里面处理一下输入的路径,简单循环下,欢迎PR。

req, err := requester.NewRequest(args[0], cmdParams)

https://pkg.go.dev/path/filepath#Glob

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