wfapi docs
Open the wfapi documentation website in your default browser.
Basic Usage
wfapi docsDescription
This command opens the official wfapi documentation at https://wfapi.sygnal.com/ in your default web browser. It’s a quick way to access the documentation without leaving your terminal.
The command works across all platforms:
- Windows: Uses
start - macOS: Uses
open - Linux: Uses
xdg-open
If the browser fails to open automatically, the URL will be displayed in the terminal so you can copy and paste it manually.
Example
# Open documentation
wfapi docsOpens https://wfapi.sygnal.com/ in your default browser.
Last updated on