Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.72 KB

File metadata and controls

52 lines (33 loc) · 1.72 KB

pro

Interact with the qsv pro API.

Table of Contents | Source: src/cmd/pro.rs

Description | Usage | Arguments | Common Options

Description

Interact with qsv pro API. Learn more about qsv pro at: https://qsvpro.dathere.com.

  • qsv pro must be running for this command to work as described.
  • Some features of this command require a paid plan of qsv pro and may require an Internet connection.

The qsv pro command has subcommands: lens: Run csvlens on a local file in a new Alacritty terminal emulator window (Windows only). workflow: Import a local file into the qsv pro Workflow (Workflow must be open).

Usage

qsv pro lens [options] [<input>]
qsv pro workflow [options] [<input>]
qsv pro --help

Arguments

Argument  Description
 <input>  The input file path to send to the qsv pro API. This must be a local file path, not stdin. Workflow supports: CSV, TSV, SSV, TAB, XLSX, XLS, XLSB, XLSM, ODS.

Common Options

     Option      Type Description Default
 ‑h,
‑‑help 
flag Display this message

Source: src/cmd/pro.rs | Table of Contents | README