Sha256: 61530dcb12882caf536c72b2c00d665d9682f9ce0e7619d0c5c1789c48ec0b41

Contents?: true

Size: 382 Bytes

Versions: 9

Compression:

Stored size: 382 Bytes

Contents

# Here's a sample rexe script that I've been using in my development of rexe. It:
#
# 1) pipes the help output of rexe into another call to rexe, which
# 2) removes the first and last blank lines for easier pasting into the source code, and
# 3) pastes the result back into the clipboard for easy insertion into the editor.

rexe -h | rexe -mb -op 'self.split("\n")[1..-1]' | pbcopy

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rexe-1.7.0 copy-help-text
rexe-1.6.0 copy-help-text
rexe-1.5.1 copy-help-text
rexe-1.5.0 copy-help-text
rexe-1.4.1 copy-help-text
rexe-1.4.0 copy-help-text
rexe-1.3.1 copy-help-text
rexe-1.3.0 copy-help-text
rexe-1.0.3 copy-help-text