Skip to content

feat(cli/add): add config parameter to deno add #29720

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

marcomow
Copy link

fixes #29719

@CLAassistant
Copy link

CLAassistant commented Jun 12, 2025

CLA assistant check
All committers have signed the CLA.

@@ -4706,6 +4707,7 @@ fn add_parse(
) -> clap::error::Result<()> {
allow_scripts_arg_parse(flags, matches)?;
lock_args_parse(flags, matches);
config_args_parse(flags, matches);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might need to manually parse it here without it taking into account no-config

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.

CLI: deno add support --config parameter
3 participants