pack, support --exclude argument

See: bam pack --help
This commit is contained in:
2015-06-04 14:52:32 +10:00
parent b9d27e0bf6
commit 0aa730089b
3 changed files with 48 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import sys
__version__ = "0.0.4.6"
__version__ = "0.0.4.7"
def main(argv=sys.argv):
from .cli import main