Return the conda CLI flags for identifying an environment by name or prefix.
Only really detects by presence of a path separator, as the path may not yet exist.
The parsed action inputs.
A two-element array of ["--name"|"--prefix", envName].
["--name"|"--prefix", envName]
Return the conda CLI flags for identifying an environment by name or prefix.
Note
Only really detects by presence of a path separator, as the path may not yet exist.