/vstask

CLI for VSCode tasks

Primary LanguagePythonMIT LicenseMIT

Build StatusPyPI

vstask

CLI for VSCode tasks

Installation

pip install vstask

Improvements

added windows support

Usage

$ 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)