Skip to content
Benjamin Pang edited this page Nov 1, 2016 · 4 revisions

##dash

dash [--f=path/to/code.dash] [--expr]

If no flags are given, then a REPL will open up instead.

Flag Description
f Required, string. Path to file containing code.
expr Optional, boolean defaulting to true. If true, then the result of the expression(s) will be output along with any other calls to output functions. Otherwise, the only output will come from calls to output functions.
tk Optional, number defaulting to 10. The amount of items to display when outputting infinite list sources.

##delishusly This is the package manager for DASH.

Command Description
install <pkg> Can take either a registered package name (delishusly install hello) or a Github repo URL (delishusly install https://github.com/molarmanful/dash-hello)
uninstall <pkg> Takes the name of the package's dpm folder.
update <pkg> Takes the name of the package's dpm folder.
Clone this wiki locally