Skip to content

Commit ded5c9f

Browse files
committed
added changes for brew as well as # for prompt related changes
1 parent ac23ba1 commit ded5c9f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,21 @@ run ```bito --help``` or ```bito config --help```
115115

116116
- run ```echo "give me code for bubble sort in python" | bito``` to instantly get response for your queries using Bito CLI.
117117

118+
#### More on Bito CLI MyPrompt:
119+
120+
##### Using Comments:
121+
122+
Anything after ```#``` in your prompt file will be considered as a comment by Bito CLI and won't be part of your prompt.
123+
124+
You can use ```\#``` as an escape sequence to make ```#``` as a part of your prompt and to not use it for commenting anymore.
125+
126+
###### Few examples for above:
127+
128+
1. Give me an example of bubble sort in python # everything written here will be considered as a comment now.
129+
2. Explain what this part of the code do: ```\#include<stdio.h>```
130+
i. in the example above ```\#``` can be used as an escape sequence to include ```#``` as a part of your prompt.
131+
3. #This will be considered as a comment as it contains # at the start of the line itself.
132+
118133
##### Using Macro:
119134

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

0 commit comments

Comments
 (0)