We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1223fb9 + 4c50988 commit 8ab0fe4Copy full SHA for 8ab0fe4
1 file changed
tkdesigner/cli.py
@@ -69,6 +69,7 @@ def main():
69
70
designer = Designer(token, file_key, output_path)
71
designer.design()
72
+ print(f"\nProject successfully generated at {output_path}.\n")
73
74
75
if __name__ == "__main__":
0 commit comments