Shopify/superdb

The shell doesn't accept input?

Closed this issue · 4 comments

I've checked out develop, and related to issue #9, I disabled the suggestion window. However the shell doesn't seem to process the input to the iPhone Simulator.

Screen Shot 2013-01-22 at 12 19 10 PM

Weird, it stops just before this line:

[self.networkClient requestWithCommand:choppedCommand input:choppedInput responseHandler:^(SuperNetworkMessage *response) { 

...
}

I had this issue when the shell wasn't bound to an iOS application. I clicked the "Shell" button rather that double-clicking the app name, and has exactly the same results.

Hmm.. interesting. I guess it's a usability issue. What's that "Shell" button is for actually?

Ah yes, I should have put this in the readme.

The shell button is there just for me, it's a way for me to test shell features, but it won't work with actual apps this way. That's my bad for not including this in the readme.

(I don't have access to the original repo any long since I've left Shopify but I will fix this up and make a pull request from my repo)