blob: faf8b9c4a75384b4b47d44ad543b47f42e760d90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
bundle-fund(1) -- Lists information about gems seeking funding assistance
=========================================================================
## SYNOPSIS
`bundle fund` [*OPTIONS*]
## DESCRIPTION
**bundle fund** lists information about gems seeking funding assistance.
## OPTIONS
* `--group=<list>`, `-g=<list>`:
Fetch funding information for a specific group.
## EXAMPLES
```
# Lists funding information for all gems
bundle fund
# Lists funding information for a specific group
bundle fund --group=security
```
|