mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 14:50:17 +00:00
typos
This commit is contained in:
+7
-2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user