Template:Clio

From wiki.emacinc.com
Revision as of 12:00, 6 October 2015 by Mdean (talk | contribs) (Fixed description's examples.)
Jump to: navigation, search

The CLIO Template

This version of the CLI template is for use inside {{clo}} and {{clos}} tags.

This template displays the passed argument, cmd, at a simulated command line.

Use it like this:

{{clio | ls -la}}

Choose the PWD (Present Working Directory) like this:

{{clio | ls -la | pwd=/home/user}}

Choose the hostname like this:

{{clio | ls -la | hostname=desktop}}

Choose the username like this:

{{clio | ls -la | username=developer}}


root@som9x25:~# {{{1}}}