Skip to content

Commit 93e1944

Browse files
committed
Document template argument in the "feed" command.
Signed-off-by: Molly Miller <[email protected]>
1 parent d2aea0c commit 93e1944

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/1097.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add an optional template argument to the `feed` command, to allow specifying a template for feed entries when using the command interface.

docs/setup/feeds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ may include any of the following tokens:
6060
| $SUMMARY | The summary of the entry. |
6161

6262
If not specified, the default template is `New post in $FEEDNAME: $LINK`.
63+
64+
The template can also be given as an argument when adding the feed to a room, e.g. `!hookshot feed <URL> <LABEL> <TEMPLATE>`. If the template contains spaces, it can be quoted using double quotes.

0 commit comments

Comments
 (0)