0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

refactor: add template for debugging the cli generator

This commit is contained in:
2025-04-23 14:47:48 +02:00
parent 0ac14a74b8
commit f89e74b199

View File

@ -315,4 +315,7 @@ def main():
if __name__ == "__main__": # pragma: no cover if __name__ == "__main__": # pragma: no cover
import sys
sys.argv = ["bw-generate-cli", "--target", "csaxs_bec"]
main() main()