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

Fix serve-devtools command and flags #2073

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

tstirrat15
Copy link
Contributor

Description

This is the same issue that was fixed in #2023 by c529652. Because we reorganized the flagsets in such a way that there are no longer root flags, it meant that every command that was implicitly depending on those root flags started failing. We caught most of them at dev time in #2023 but we didn't notice this one until we went to deploy.

Changes

  • Add missing flag registrations to serve-devtools

Testing

Review. See that things go green.

@tstirrat15 tstirrat15 requested a review from a team September 20, 2024 18:43
@github-actions github-actions bot added the area/CLI Affects the command line label Sep 20, 2024
@tstirrat15 tstirrat15 added this pull request to the merge queue Sep 20, 2024
Merged via the queue into main with commit 09492d7 Sep 20, 2024
22 checks passed
@tstirrat15 tstirrat15 deleted the fix-serve-devtools-command branch September 20, 2024 19:05
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/CLI Affects the command line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants