aws / amazon-q-developer-cli

Add autocomplete and AI to your existing terminal on macOS & Linux
Apache License 2.0
26 stars 5 forks source link

bug: q for linux suggests macOs commands #147

Closed yairzori closed 4 days ago

yairzori commented 4 days ago

Checks

Operating system

ubuntu 24

Expected behaviour

q translate "update all packages"

Shell · sudo apt update && sudo apt upgrade

Actual behaviour

q translate "update all packages"

Shell · sudo softwareupdate -ia

Steps to reproduce

After regenerate command it turn back to linux commands

Environment

No response

grant0417 commented 4 days ago

This should be at least partially resolved by #148, in testing it the response on Ubuntu will be: sudo apt-get update && sudo apt-get upgrade