mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
821 B
821 B
SYNOPSIS
Simple wrapper for cheat
script from Bash-Snippets.
INSTALL
$ sparrow plg install cheat
USAGE
Basic usage:
$ sparrow plg run cheat -- <args>
For example:
$ sparrow plg run cheat -- -i Perl
Run as sparrow task:
$ sparrow project create utils
$ sparrow task add utils cheat-perl cheat
$ sparrow task ini utils/cheat-perl
---
args:
- '-i'
- Perl
- lwp-request
$ sparrow task run utils/cheat-perl
For cheat's arguments description follow https://github.com/alexanderepstein/Bash-Snippets#cheat
Authors
-
The author of main script is Alex Epstein
-
The plugin maintainer is Alexey Melezhik