Skip to content
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

Enhancement: return code relevant to the OS llm is operating on #19

Open
chillmanAU opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@chillmanAU
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant