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

Remove custom command line argument parsing #282

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

MikeGoldsmith
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith commented Sep 27, 2022

Which problem is this PR solving?

Command line argument parsing is an underused feature and conflicts with conventional ConfigurationManager based config (eg appsettings). This PR removes command line arg parsing, which simplifies the distro by a good amount.

Short description of the changes

  • Remove command line arg parsing and supporting tests

@MikeGoldsmith MikeGoldsmith added the type: maintenance The necessary chores to keep the dust off. label Sep 27, 2022
@MikeGoldsmith MikeGoldsmith added this to the GA Release milestone Sep 27, 2022
@MikeGoldsmith MikeGoldsmith self-assigned this Sep 27, 2022
@MikeGoldsmith MikeGoldsmith requested review from a team and robbkidd September 27, 2022 18:41
Copy link
Member

@cartermp cartermp left a comment

Choose a reason for hiding this comment

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

Chatted with @MikeGoldsmith about this - this was always sort of a nice-to-have since it's not a common way for people to configure apps in the first place. The fact that it's not a common path, and can clobber your config means it's probably not worth keeping around.

@MikeGoldsmith MikeGoldsmith merged commit 7801904 into main Sep 27, 2022
@MikeGoldsmith MikeGoldsmith deleted the mike/remove-cmd-args branch September 27, 2022 18:53
@JamieDanielson JamieDanielson added the version: bump minor A PR that adds behavior, but is backwards-compatible. label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off. version: bump minor A PR that adds behavior, but is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants