lenneTech/cli

"lt git get" does not always work

pascal-klesse opened this issue · 1 comments

Branch name: feature/AKA-16-

Working:
lt git get AKA-16 = works

Not Working:
lt git get => 16 => not working
lt git get => AKA-16 => not working
lt git get 16 => not working => error:
Bildschirmfoto 2019-08-29 um 16 02 09

The error occurred, because gluegun inputs can be converted automatically and therefore also numbers can be passed. The trim method in the helper class now automatically converts inputs to strings.