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:
@ -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()
|
||||||
|
Reference in New Issue
Block a user