You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vls has its own 'help' flag since -h is a standard formatting flag fo…
…r ls. Changed coding style on how this flag is notice.
The ' TRUE ( do or do)' syntax was confusing my editor's 'lilt'.
Added pattern globing to vos.Client for use with vcp command.
The vcp command now passes source arguments to glob. If the source
is local then glob is the python glob, if vos then client.glob.
Client.glob is derived directly from the python glob module. Hopefuly
that brings some robustness.
Also made an integration test and did some minor PEP-8 cleanup.