pixie-lang / dust

Magic fairy dust for pixie, i.e. tooling around the language.
GNU Lesser General Public License v3.0
93 stars 14 forks source link

PR: dust documentation #28

Closed alekcz closed 8 years ago

alekcz commented 8 years ago

Added doc command to dust

dust doc has two useages:

Usage 1: dust doc

$dust doc chan

chan

     Function not found. Broaden search using -all flag.

$

Usage 2: dust doc -all

$dust doc chan -all

pixie.channels/chan

    Creates a CSP channel with the given buffer. If an integer is provided as the argument
   creates a channel with a fixed buffer of that size. 

  pixie.csp/chan

    Creates a CSP channel with the given buffer. If an integer is provided as the argument
   creates a channel with a fixed buffer of that size. 

$
heyLu commented 8 years ago

Thanks for this, I have a couple small comments, which you'll find inline.

heyLu commented 8 years ago

Thanks a lot! :sparkles: