Difference between pages "Talk:CLI Reference" and "Using"

From Kolmafia
(Difference between pages)
Jump to navigation Jump to search
imported>Bale
 
imported>Heeheehee
(New page.)
 
Line 1: Line 1:
should we add that Csend will add make it's own message to the recipient if it is not given?--[[User:Icon315|Icon315]] 21:47, 21 April 2010 (UTC)
+
{{DISPLAYTITLE:using (CLI)}}
:That's the kind of detail that should go on it's own page if the command is important enough to get its own page. --[[User:Bale|Bale]] 01:03, 22 April 2010 (UTC)
+
===using===
 +
Adds the following script's functions to the namespace. In other words, it makes the script's functions available as CLI commands.
 +
 
 +
===namespace===
 +
Contains a list of all user-created functions available for use as CLI commands. Note that KoLmafia is ''always'' "using" ASH, and so all ASH commands are available in this format (e.g. "<nowiki>> print_html <font color="red">hello</font></nowiki>" will print <font color="red">hello</font> to the CLI, then return void.
 +
 
 +
[[Category:CLI Commands]]

Revision as of 03:08, 25 June 2010

using

Adds the following script's functions to the namespace. In other words, it makes the script's functions available as CLI commands.

namespace

Contains a list of all user-created functions available for use as CLI commands. Note that KoLmafia is always "using" ASH, and so all ASH commands are available in this format (e.g. "> print_html <font color="red">hello</font>" will print hello to the CLI, then return void.