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

feat: support adding multiple plugins at once #203

Merged
merged 11 commits into from
Apr 19, 2024

Conversation

cifaz
Copy link
Contributor

@cifaz cifaz commented Apr 13, 2024

#200 support addCmd add multiple parameters for faster
command:

vfox add java golang nodejs python dart dotnet flutter gradle maven

--source and --alias are disallowed when adding multiple plugins at once.

@aooohan
Copy link
Member

aooohan commented Apr 15, 2024

--source and --alias only for first plugin

I think we can force disallow setting aliases and custom sources when adding multiple plugins at once.

Keep it simple and easy to use.

@cifaz
Copy link
Contributor Author

cifaz commented Apr 15, 2024

--source and --alias only for first plugin

I think we can force disallow setting aliases and custom sources when adding multiple plugins at once.

Keep it simple and easy to use.

OK, thanks for your reply, I think your idea is better; I'll fix it;

@cifaz
Copy link
Contributor Author

cifaz commented Apr 15, 2024

Please check it

cmd/commands/add.go Outdated Show resolved Hide resolved
@bytemain
Copy link
Member

英文翻译可以再优化下,现在不太流畅。

@cifaz
Copy link
Contributor Author

cifaz commented Apr 16, 2024

英文翻译可以再优化下,现在不太流畅。

我用中文了, 我的英文的不太好, 我只能看着翻译过来表达一下, 如果哪里不好, 可以提供一下帮助吗? 我也参照了git config, npm 等相关命令的描述; 尽我最大的可能去优化描述了;

cmd/commands/add.go Outdated Show resolved Hide resolved
docs/plugins/create/howto.md Outdated Show resolved Hide resolved
docs/usage/all-commands.md Outdated Show resolved Hide resolved
docs/zh-hans/plugins/create/howto.md Outdated Show resolved Hide resolved
docs/zh-hans/usage/all-commands.md Outdated Show resolved Hide resolved
cmd/commands/add.go Outdated Show resolved Hide resolved
@bytemain bytemain changed the title feat: support addCmd add multiple parameters for faster feat: support adding multiple plugins at once Apr 18, 2024
@aooohan aooohan merged commit 768ce6a into version-fox:main Apr 19, 2024
@aooohan
Copy link
Member

aooohan commented Apr 19, 2024

Thanks for the first contribution!

@aooohan aooohan mentioned this pull request Apr 19, 2024
@aooohan aooohan linked an issue Apr 19, 2024 that may be closed by this pull request
aooohan added a commit that referenced this pull request Apr 21, 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

Successfully merging this pull request may close these issues.

[Feature]: add plugins
3 participants