Skip to content

Commit 8ab0fe4

Browse files
authored
Add success message in CLI
CLI version now informs the user if the code generation is succesful and displays the path where the the code is generated.
2 parents 1223fb9 + 4c50988 commit 8ab0fe4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tkdesigner/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def main():
6969

7070
designer = Designer(token, file_key, output_path)
7171
designer.design()
72+
print(f"\nProject successfully generated at {output_path}.\n")
7273

7374

7475
if __name__ == "__main__":

0 commit comments

Comments
 (0)