tag.execute_command

SummaryIncludes the output of a command
Tag namesexecute_command
Configuration prefixtag.execute_command
Mandatory options  tag.execute_command.command
Used options  tag.execute_command.command
 tag.execute_command.process_output
 tag.execute_command.escape_html
Provided by bundlebuilt-in
API docWebgen::Tag::ExecuteCommand

Description

This tag executes a command and includes the output of the command.

Examples

{execute_command: 'uname -p'}
x86_64
{execute_command: {command: 'ruby -v'}}
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]