mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
23 lines
329 B
Plaintext
23 lines
329 B
Plaintext
sub
|
|
sub undefinedSub
|
|
sub undefinedSub someArg
|
|
sub undefinedSub {}
|
|
sub allApps
|
|
sub myApp "foo.bar"
|
|
sub myApp ["foo.meteor.com"]
|
|
|
|
call
|
|
call undefinedMethod
|
|
call undefinedMethod yzyz
|
|
call undefinedMethod {}
|
|
call vote
|
|
call vote []
|
|
call vote ["foo.meteor.com"]
|
|
call vote ["madewith.meteor.com"]
|
|
call vote {}
|
|
|
|
help
|
|
help sub
|
|
help call
|
|
|