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
By default
llm cmdgenerates code specific to Linux. For example:llm cmd show list of system usersreturns
cat /etc/passwdregards of OS, whereas
llm cmd show list of system users on windowsreturns
net userIt would be good if the OS was detected by
llm cmdand the code returned was specific to the OS without the need to specify the OS in the command