Skip to content

Commit 47d8d4c

Browse files
author
Waylan Limberg
committed
Added 'fab clean' command.
1 parent b27a94e commit 47d8d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fabfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ def _get_versions():
2121
return vs
2222
confirmed_versions = _get_versions()
2323

24+
def clean():
25+
""" Clean up dir. """
26+
local('git clean -dfx')
27+
2428
def list_versions():
2529
""" List all supported versions of Python. """
2630
print('Supported Python versions available on this system:')

0 commit comments

Comments
 (0)