TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

tab complete doesn't escape results properly #15

Closed trentm closed 10 years ago

trentm commented 10 years ago

e.g.

[trent.mick@manta /trent.mick/public]$ cd foo bar/
mantash cd: takes at most 1 argument (2 given)
Try 'mantash help cd' for info.

Shiould be cd foo\ bar/.

trentm commented 10 years ago

Fixed in commit 2b93827