axem-solutions / dem

Containerized Development Environment Manager for embedded development
Other
96 stars 15 forks source link

[BUG] - v0.2.0 - Whitespace in Dev Env name is not acceptable. #113

Closed vezdeneszter closed 1 year ago

vezdeneszter commented 1 year ago

Describe the bug The DEM should not accept any whitespace in the name of a Dev Env.

To Reproduce

  1. Create a new Dev Env with the name “ “ dem create " "
  2. Set the parameters for the new Dev Env.
  3. The Dev Env gets created with the name “ “.

Expected behavior

The DEM should notify the user that the name of the Dev Env can’t contain any spaces.

Preetraj2002 commented 1 year ago

Hey @vezdeneszter as told by you i should start with good first issue and this one happens to be one. Please assign me this

chriscarnold commented 1 year ago

Hi @vezdeneszter, can this be assigned to me? would love to work on this!