Skip to content

Commit f0e7c8b

Browse files
committed
Explain how to add a custom output to impostman-outputs-alist in README
1 parent c8e936c commit f0e7c8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ And for a string:
105105
(impostman-parse-string "{}" my-impostman-walkman-alist)
106106
```
107107

108+
You can also add your output to the list of impostman outputs, so you can use it with `impostman-import-file` and `impostman-import-string`:
109+
110+
```elisp
111+
(push '("walkman" . my-impostman-walkman-alist) impostman-outputs-alist)
112+
```
113+
114+
This will put your output at the beginning of the alist, so it will be the default output.
115+
108116
#### Callback functions
109117

110118
```elisp

0 commit comments

Comments
 (0)