BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
4.11k stars 264 forks source link

fix: handle "Invalid config property" log for "ai config get ..." cmd #80

Closed georgesstein closed 1 year ago

georgesstein commented 1 year ago

I noticed that when a user attempts to set an invalid property in the config, they receive an error response from the cli, however, when the user tries to config get non-existed property - there is silence, so I thought we could be consistent here

steve8708 commented 1 year ago

This is great, thanks @georgesstein!