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

[MSHARED-1129] Prepare for replace CLI options with CLI args #42

Merged
merged 1 commit into from Sep 11, 2022

Conversation

slawekjaranowski
Copy link
Member

  • add new methods
  • deprecate old

Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

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

I see a few inconsistency issues:

  • getCliArgs() as read-only is missing
  • internal fields end with ...Arguments, but the methods with ...Args. Should be consistent. Either or.

@slawekjaranowski
Copy link
Member Author

I see a few inconsistency issues:

  • getCliArgs() as read-only is missing

There is no getCliArgs/getCliArguments methods - arguments are read only, there are only add methods

  • internal fields end with ...Arguments, but the methods with ...Args. Should be consistent. Either or.

renamed

Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

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

Almost perfect. A few open questions.

Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

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

LGTM now

@slawekjaranowski slawekjaranowski merged commit bbc5aee into master Sep 11, 2022
@slawekjaranowski slawekjaranowski deleted the MSHARED-1129 branch September 11, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants