This commit is contained in:
Kenneth Reitz
2011-03-18 20:53:41 -04:00
parent bec67c0457
commit 19e17e117d
+7 -2
View File
@@ -129,7 +129,7 @@ class Args(object):
return self._args
@propery
@property
def no_flags(self):
"""Returns Arg object excluding flagged arguments."""
@@ -161,5 +161,10 @@ class Args(object):
return fake_args
# TODO: glob expansion
# TODO: support bash expansion
# args.path_expand(list)
# args.