mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
20 lines
268 B
Plaintext
20 lines
268 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 createApp
|
|
call createApp []
|
|
call createApp [{"name": "foo.meteor.com", "description": "abc"}]
|
|
call createApp {}
|
|
|
|
help
|
|
|