Skip to content

Commit

Permalink
Added output to template update
Browse files Browse the repository at this point in the history
  • Loading branch information
EClaesson committed Aug 21, 2020
1 parent e588b33 commit 2d3a0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mkignore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ def main():
if args.generate:
print(generate_gitignore(args.templates))
elif args.update:
print('Updating templates...')
update_templates()
print('Successfully downloaded {} .gitignore files'.format(len(get_templates())))
elif args.list:
for template in get_templates():
print(template['name'], end=' ')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="mkignore",
version="0.1.3",
version="0.1.4",
author="Emanuel Claesson",
author_email="[email protected]",
description="Generate .gitignore files from templates",
Expand Down

0 comments on commit 2d3a0a6

Please sign in to comment.