diff --git a/pommer/pommer.py b/pommer/pommer.py index 31bec6a..54f5473 100644 --- a/pommer/pommer.py +++ b/pommer/pommer.py @@ -1,11 +1,11 @@ #!/usr/bin/env python3 """ -POMMER.PY +``` POMMER.PY ``` -THIS IS PROPRIETARY SOFTWARE DO NOT DISTRIBUTE TO OUTSIDERS! +!:: THIS IS PROPRIETARY SOFTWARE DO NOT DISTRIBUTE TO OUTSIDERS ::! -This Python File is distributed with every Kotlin Plugin Repository! +This Python File is distributed with every Kotlin / Java Plugin Repository! If you find this to be confusing to use look at the Documentation in "rattatwinko/pommer" Run this Script with Python 3.11 ; 3.9 @@ -568,6 +568,7 @@ def main(): # Print summary of detected projects print("\nDetected projects:") + # What the actuall fuck is going on here? Whoever reads this may God be with you! for info in project_infos: kotlin_info = "with Kotlin" if info["is_kotlin"] else "Java only" if info["build_system"] == "maven": @@ -583,6 +584,6 @@ def main(): json.dump(project_infos, f, indent=2) print(f"Project information exported to project_info.json") - +# Run script! if __name__ == "__main__": main() \ No newline at end of file