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
By default llm cmd generates code specific to Linux. For example: llm cmd show list of system users
returns cat /etc/passwd
regards of OS, whereas llm cmd show list of system users on windows
returns net user
It would be good if the OS was detected by llm cmd and the code returned was specific to the OS without the need to specify the OS in the command
The text was updated successfully, but these errors were encountered:
By default
llm cmd
generates code specific to Linux. For example:llm cmd show list of system users
returns
cat /etc/passwd
regards of OS, whereas
llm cmd show list of system users on windows
returns
net user
It would be good if the OS was detected by
llm cmd
and the code returned was specific to the OS without the need to specify the OS in the commandThe text was updated successfully, but these errors were encountered: