2017-07-15 19:27:36 +02:00
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
Simple wrapper for `weather` script from Bash-Snippets.
|
|
|
|
|
|
|
|
|
|
|
|
# INSTALL
|
|
|
|
|
|
|
|
$ sparrow plg install weather
|
|
|
|
|
|
|
|
# USAGE
|
|
|
|
|
|
|
|
Basic usage:
|
|
|
|
|
|
|
|
$ sparrow plg run weather -- <args>
|
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
For example:
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
$ sparrow plg run weather -- Saint-Petersburg
|
|
|
|
|
|
|
|
Run as sparrow task:
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
$ sparrow project create utils
|
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
$ sparrow task add utils weather-spb weather
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
$ sparrow task ini utils/weather-spb
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
args:
|
2017-07-17 19:42:32 +02:00
|
|
|
- Saint-Petersburg
|
|
|
|
|
|
|
|
$ sparrow task run utils/weather-spb
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
For weather's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#weather](https://github.com/alexanderepstein/Bash-Snippets#weather)
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
# Authors
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
|
|
|
|
|
|
|
|
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)
|
|
|
|
|
|
|
|
|
|
|
|
|