xattr-helper: clean up command line interface
authorMike Frysinger <vapier@gentoo.org>
Fri, 11 Oct 2013 10:30:37 +0000 (06:30 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 11 Oct 2013 10:30:37 +0000 (06:30 -0400)
commit345c54de9e8c9daac190fbb07d33bf40e7bac5a9
tree3684a78aee9ba895f45adf7a05a3080fdd76b9dc
parent3416b283af77915e14fb11b499f9a165236934dd
xattr-helper: clean up command line interface

This uses the standard argparse fields rather than open coding things
ourselves.  It also makes it a bit easier to test as you can now pass
paths on the command line in addition to stdin.
bin/xattr-helper.py