Sha256: e880923f44ba4ba62eb5d4b5024f9a239f362dfe6aee9965c1a373e0fd7fce07
Contents?: true
Size: 554 Bytes
Versions: 26
Compression:
Stored size: 554 Bytes
Contents
--- title: Webgen::Tag::ExecuteCommand used_options: - tag.executecommand.command - tag.executecommand.process_output - tag.executecommand.escape_html --- ## Description The execute command tag is used to include the output from a shell command. ## Examples <table class="examples"> <tr> <th>Usage</th><th>Output</th> </tr> <tr> <td>\{execute_cmd: uname -p}</td> <td><pre>{execute_cmd: uname -p}</pre></td> </tr> <tr> <td>\{execute_cmd: {command: 'ruby -v'}}</td> <td><pre>{execute_cmd: {command: 'ruby -v'}}</pre></td> </tr> </table>
Version data entries
26 entries across 26 versions & 3 rubygems