mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 01:40:17 +00:00
39 lines
667 B
Markdown
39 lines
667 B
Markdown
---
|
|
title: Foo Bar
|
|
homepage: https://github.com/webinstall/foobar
|
|
tagline: |
|
|
foobar: An example that doesn't exist.
|
|
---
|
|
|
|
<!--
|
|
Note: Delete this comment section.
|
|
|
|
Need an example that has an **alias**? See `bat`.
|
|
Need a Windows example using **msvc**? See `bat`.
|
|
-->
|
|
|
|
### Updating `foo`
|
|
|
|
`webi foo@stable`
|
|
|
|
Use the `@beta` tag for pre-releases.
|
|
|
|
## Cheat Sheet
|
|
|
|
> `foo` doesn't exist and this text should have been replaced. It doesn't do
|
|
> anything, but what it does is useful because it is; everybody knows it.
|
|
|
|
To run foo:
|
|
|
|
```bash
|
|
foo
|
|
```
|
|
|
|
### Add Baz Highlighting
|
|
|
|
To run foo with both bar and baz highlighting turned on:
|
|
|
|
```bash
|
|
foo --bar=baz
|
|
```
|