Skip to content

Commit 9625951

Browse files
authored
Merge pull request #45 from gitbito/release-3.9
README.md
2 parents a49fdc1 + 1cb2600 commit 9625951

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
@@ -142,6 +142,14 @@ You can use ```\#``` as an escape sequence to make ```#``` as a part of your pro
142142
i. in the example above ```\#``` can be used as an escape sequence to include ```#``` as a part of your prompt.
143143
3. #This will be considered as a comment as it contains # at the start of the line itself.
144144

145+
##### Disabling Comments:
146+
147+
To treat # as normal character and not a special character to mark starting of a comment (which is the default behavior), one can use -i/--ignore flag in your command for Bito CLI.
148+
Using -i/--ignore flag in your command for Bito CLI will let Bito CLI know to not treat ```#``` specially and use it as part of the prompt for processing.
149+
150+
Eg. "bito -p prompt.txt -i" will make sure that even if ```#``` is present in your prompt file, it won't be considered as a comment and your file will be processed as it is.
151+
152+
145153
##### Using Macro:
146154

147155
Use ``{{%input%}}`` macro in the prompt file to refer to the contents of the file provided via -f option

0 commit comments

Comments
 (0)