We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7c01e commit 1d9676cCopy full SHA for 1d9676c
1 file changed
README.md
@@ -31,10 +31,9 @@ scoop install bbkane/grabbit
31
```bash
32
# Grab from passed flags
33
grabbit grab \
34
- --subreddit-destination . \
35
- --subreddit-limit 5 \
36
- --subreddit-name wallpapers \
37
- --subreddit-timeframe day
+ --destination . \
+ --subreddit-info wallpapers,day,5 \
+ --subreddit-info earthporn,week,10
38
39
# Create/Edit config file
40
grabbit config edit --editor /path/to/editor
0 commit comments