#!/usr/bin/env node /** * bikeshare — Bike Share Toronto from the command line * * Usage: * bikeshare status System overview * bikeshare station "bloor yonge" Check a specific station * bikeshare nearby Auto-detect location (macOS) * bikeshare nearby 43.6653,-79.3835 Nearest stations (manual) * bikeshare search "king" Fuzzy search stations * bikeshare stations List all stations * bikeshare stations --ebike Stations with e-bikes available */ export {}; //# sourceMappingURL=cli.d.ts.map