Files
meteor/examples/unfinished/python-ddp-client/test_input
Avital Oliver 6862557742 Some more refactoring of python-ddp-client
- Properly split the code between DDPClient, which is solely
  in charge of communication; and App, which is solely in charge
  of implementing the shell
- Fixed a bug with not waiting for a failed method call to complete
  before showing the prompt again
- Changed references to createApp into reference to vote, as to
  discourage accidental creation of bad apps on madewith.meteor.com
2012-05-13 12:57:01 -07:00

23 lines
269 B
Plaintext

sub
sub xcxc
sub xcxc yzyz
sub xcxc {}
sub allApps
sub myApp "foo.bar"
sub myApp ["foo.meteor.com"]
call
call xcxc
call xcxc yzyz
call xcxc {}
call vote
call vote []
call vote ["foo.meteor.com"]
call vote ["madewith.meteor.com"]
call vote {}
help
help sub
help call