ionos-enterprise / ionos-enterprise-cli

⛔️ DEPRECATED: Official ProfitBricks CLI v4.1.0 Release
Apache License 2.0
9 stars 8 forks source link

CLI auto-completion will be enabled automatically now #45

Closed Sebbo94BY closed 8 years ago

Sebbo94BY commented 8 years ago

CLI auto-completion will be enabled automatically now.

edevenport commented 8 years ago

@Sebi94nbg - This does not have the desired affect that you are trying to achieve. If you source the .profile from within the install.sh, that only affects the session within the install.sh script and ends as soon as the script completes. The autocomplete behavior is not exported out to the parent shell. Therefore, you have to manually source the .profile from your existing shell or logout/login again.

Sebbo94BY commented 8 years ago

Oh, yes. You're right, @edevenport. Sorry, forgot that it only affects the current session.