terminal-labs / rambo

A Provider Agnostic Provisioning Framework
Other
24 stars 5 forks source link

Allow fancier pathing in the CLI #323

Closed nixjdm closed 6 years ago

nixjdm commented 6 years ago

Often when I'm using Rambo and I'm ever changing the path, I do things like pass .., which can work with a simple tweak.

type=click.Path() -> type=click.Path(resolve_path=True).

I suggest not making this change for the types set for the conf file, because I wouldn't often expect people to use fancy paths there. If I'm wrong, it can be easily added later.