Reference GuidesCLI
Options of Spry
Spry CLI Options (Help and Version)
Spry CLI Options
Spry is a CLI tool for working with executable Markdown and the Spry ecosystem. ([GitHub][1])
Below is a reference for the top-level CLI options available when using the spry command.
Usage
spry [options]Global Options
These options modify Spry’s behavior or show information about the program.
| Flag | Alias | Description |
|---|---|---|
-h | --help | Show help — Prints general help information about the Spry CLI, including usage and available commands/options. |
-V | --version | Show version — Displays the current version of the Spry CLI. |
Example
# Display usage and help
spry -h
spry --help
# Print the Spry CLI version
spry -V
spry --versionNotes
- The
--helpoption is helpful for quickly seeing usage and available commands if you’re unsure what you can run.
How is this guide?
Last updated on