Skip to content

Commit

Permalink
Add success message in CLI
Browse files Browse the repository at this point in the history
CLI version now informs the user if the code generation is succesful and displays the path where the the code is generated.
  • Loading branch information
ParthJadhav authored Aug 1, 2021
2 parents 1223fb9 + 4c50988 commit 8ab0fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tkdesigner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def main():

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


if __name__ == "__main__":
Expand Down

0 comments on commit 8ab0fe4

Please sign in to comment.