Skip to content

Handling non-english Unix/Windows #567

Description

@qkdreyer

// posixCommandNotFoundFragment is a fragment of the error output returned
// on some POSIX shells when a command is not found. The capitalization of
// the word "command" is inconsistent between shells, so only part of the
// word is used.
posixCommandNotFoundFragment = "ommand not found"
// windowsInvalidCommandFragment is a fragment of the error output returned
// on Windows systems when a command is not recognized.
windowsInvalidCommandFragment = "is not recognized as an internal or external command"
// windowsCommandNotFoundFragment is a fragment of the error output returned
// on Windows systems when a command cannot be found.
windowsCommandNotFoundFragment = "The system cannot find the path specified"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions