You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might or might not be a bug, depending on how I want to define pure CLI aliases vs default parameter definitions aliases:
❯ llmgo --context select.md "Write a concise documentation that tells a user exactly how to use the functionality for inserting rows in a very short and pragmatic manner, focusing on sqlite. Make the documentation structured with informative titles. Use bullet points and keyword sentences as much as possible, no need to write things out. Focus on the fact that we are using sqlc. No need to go into detail about the code generated. Use sqlite syntax for named arguments, ie ? not \$x. Don't show the generated code, only focus on the user side." --create-alias concise-doc
Could not read file select.md: open select.md: no such file or directory
The text was updated successfully, but these errors were encountered:
This might or might not be a bug, depending on how I want to define pure CLI aliases vs default parameter definitions aliases:
The text was updated successfully, but these errors were encountered: