cpl g überschreibt existierende __init__.py's (#116)
Changelog:
- cpl g st schema duplicate in name (#92)
- cpl g in project directory (#93)
- cpl new with async error in starup (#94)
- Logging exception when no config exists (#95)
- cpl v doesn't show all cpl packages (#97)
- Discord.py auf Version 2 updaten (#98)
- cpl-query integration in cpl-discord (#99)
- cpl-query static queries in Query Klasse (#102)
- Enumerable & List (#105)
- Update Befehl reagiert komisch (#113)
- Migration nach update (#114)
- cpl g überschreibt existierende __init__.py's (#116)
edraft
added this to the 2022.10 milestone 2022-09-17 12:55:31 +02:00
edraft
added the release label 2022-09-17 12:55:31 +02:00
edraft
self-assigned this 2022-09-17 12:55:31 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Changelog:
@@ -109,3 +109,3 @@"pre-deploy-exp": "cpl sv $ARGS; cpl spu --environment=staging;","deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-discord; cpl deploy-exp-query; cpl deploy-exp-translation;","deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-discord; cpl deploy-exp-query; #cpl deploy-exp-translation;",Der Kommentar bzw. das '#' muss UNBEDINGT entfernt werden.
@@ -153,18 +153,24 @@ class GenerateService(CommandABC):if not os.path.isdir(os.path.dirname(file_path)):os.makedirs(os.path.dirname(file_path))directory = ''print()muss weg