ovhlabs / sail

[DISCONTINUED] Command line client for Sailabove Docker Hosting platform
Other
15 stars 5 forks source link

Fix command and entrypoint #1

Closed bewiwi closed 8 years ago

bewiwi commented 8 years ago

Before we need to pass multi args --command or --entrypoint if we have multi args : sail service add --command arg1 --command arg2 ...

Now: sail service add --command "arg1 arg2" ...

Signed-off-by: Loïc loic.porte@corp.ovh.com

yadutaf commented 8 years ago

Hi,

Sorry for the delay. Do yo want to re-open this pull request ?