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

Create _main_ class #80

Merged
merged 11 commits into from
Dec 31, 2024
Merged

Create _main_ class #80

merged 11 commits into from
Dec 31, 2024

Conversation

kkazmierczyk
Copy link
Collaborator

@kkazmierczyk kkazmierczyk commented Dec 23, 2024

Fixes #79

This pull requests allows you run the application as a module. You can test it in the following way:

pip install .   
python -m javacore_analyser -h

Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
…n -m javacore_analyser

Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
@kkazmierczyk kkazmierczyk linked an issue Dec 23, 2024 that may be closed by this pull request
@kkazmierczyk kkazmierczyk added the enhancement New feature or request label Dec 23, 2024
@kkazmierczyk kkazmierczyk changed the title create_main_class Create _main_ class Dec 23, 2024
@PiotrAniola82 PiotrAniola82 merged commit c1af3b3 into main Dec 31, 2024
4 checks passed
@PiotrAniola82 PiotrAniola82 deleted the create_main_class branch December 31, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to run the application as python -m javacore_analyser
2 participants