Metadata-Version: 2.1
Name: vstask
Version: 2.0.2
Summary: CLI for VSCode tasks
Home-page: https://github.com/cmccandless/vstask
Author: Corey McCandless
Author-email: crm1994@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

[![Build Status](https://travis-ci.com/cmccandless/vstask.svg?branch=master)](https://travis-ci.com/cmccandless/vstask)[![PyPI](https://img.shields.io/pypi/v/nine.svg)](https://pypi.org/project/vstask/)

# vstask
CLI for VSCode tasks

## Installation
```bash
pip install vstask
```

## Usage
```bash
$ vstask -h
usage: vstask [-h] [--version] [-l] [-t] [--completion] [TASK [TASK ...]]

positional arguments:
  TASK

optional arguments:
  -h, --help    show this help message and exit
  --version     print version information
  -l, --list    list available tasks
  -t, --time    print runtime information
  --completion  bash tab-completion; usage: source <(vstask --completion)
```
## Changelog
- Add MANIFEST.in to include essential non-source files ([da30428](https://github.com/cmccandless/vstask/commit/da30428e2f7d5768d592cf5e0a74a1fa20ce384d))



