spack/lib
Harmen Stoppels 715214c1a1
spack env create <env>: dir if dir-like (#44024)
A named env cannot contain `.` and `/`.

So when a user runs `spack env create ./here` do not error but treat it
as `spack env create -d ./here`.

Also fix help string of `spack env create`, which seems to have been
copied from `activate` incorrectly.
2024-05-06 02:00:23 -06:00
..
spack spack env create <env>: dir if dir-like (#44024) 2024-05-06 02:00:23 -06:00