issues
search
siliconlad
/
aish
A terminal shell built with AI at the core
6
stars
0
forks
source link
Support Single Quotes
#45
Closed
siliconlad
closed
4 months ago
siliconlad
commented
4 months ago
The logic is basically:
Arguments are separate by spaces
Anything in the single quotes is included within the relevant argument as is. Therefore something like h'hello there' => hhello there.
The logic is basically: