Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Warn user or auto-split flags with space #19

@coollog

Description

@coollog

If the user uses a flag with a space in it, like:

minikubeStart {
  flags = ["--vm-driver none"]
}

The CommandExecutor will fail to run this command because the space is escaped (it will run minikube start --vm-driver\ none).

We can resolve this by warning the user that they have a space in the flag or by automatically splitting this into two parts for the command list.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions