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

Change component name to lowercase #203

Merged
merged 2 commits into from
Nov 4, 2023
Merged

Change component name to lowercase #203

merged 2 commits into from
Nov 4, 2023

Conversation

Glutexo
Copy link
Owner

@Glutexo Glutexo commented Nov 4, 2023

Capitalized component names were only a remnant of camel-cased elixir modules. Now, with component names being separate, there is no need to follow this convention. Lower-case arguments are the easiest way to interact with an application.

Fixes #197.

Capitalized component names were only a remnant of camel-cased elixir
modules. Now, with component names being separate, there is no need to
follow this convention. Lower-case arguments are the easiest way to
interact with an application.
@Glutexo Glutexo requested a review from nappex November 4, 2023 19:38
@Glutexo Glutexo self-assigned this Nov 4, 2023
Added more tests for an invalid component argument:

* Downloader with a capital D to test that the component namae is case-sensitive and lowercase.
* uploader to test a completely unknown component, but in a valid (lowercase) format.
@Glutexo Glutexo marked this pull request as ready for review November 4, 2023 19:58
@nappex nappex merged commit 4702701 into master Nov 4, 2023
1 check passed
@nappex nappex deleted the lowercase branch November 4, 2023 20:05
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.

Allow lower-case components in CLI
2 participants