Skip to content

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

@chillmanAU

Description

@chillmanAU

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions