-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inavlid arithmetic #1
Comments
Hi! The script expects a numeric log level, like I probably need to improve the error handling and docs on this |
ahh! Thanks @Biont |
❯ shellm -v 3 "Debug the script behavior."
jq: error (at <stdin>:1): null (null) has no keys
/usr/local/bin/shellm: line 78: TOOLS["$(echo "$tool" | jq -r '.key')"]: bad array subscript It works now! but still getting the warning |
I'll check it out asap. Thanks for your patience. I'm still experimenting a lot here |
@Pipboyguy Currently, the README fails to mention that the script now expects the config file to be present. When I created the readme, the config file was only used for customization/overrides, but I have since moved many of the prompts in there to save space. So it errors if the config is not there. To fix it, you can just download the config YAML and place it in one of the recognized paths I will try to make the following changes as soon as I find the time:
|
The text was updated successfully, but these errors were encountered: