Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

Default directory should be $HOME/.t2d #213

Closed luisg123v closed 3 months ago

luisg123v commented 4 months ago

Instead of a temporary directory, it should be /home/user/.t2d.

This would save us an extra param when defining aliases:

--root-path=$HOME/.t2d

This was accorded when re-writing module's README in the project template.

CC @moylop260 @teposteaj

luisg123v commented 3 months ago

I see this was already addressed on #175, so the only missing part would be to update the help accordingly.

luisg123v commented 3 months ago

Thanks a lot @maneandrea