helpers.cli: Fix regex validation
According to Python documentation, p.match checks if characters at the beginning of string match the regex
This commit changes validation to full length of string
According to Python documentation, p.match checks if characters at the beginning of string match the regex
This commit changes validation to full length of string