You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Google Style Guide suggests using :: to delimit function namespaces, but that prevents tab-completion¹ (perhaps that's an advantage?). . seems to be a common choice which does enable tab-completion.
Original report by Michael Diamond (Bitbucket: dimo414).
Reference https://google.github.io/styleguide/shell.xml
The Google Style Guide suggests using
::
to delimit function namespaces, but that prevents tab-completion¹ (perhaps that's an advantage?)..
seems to be a common choice which does enable tab-completion.¹ See Bash FAQ E13 and https://stackoverflow.com/a/12495727
The text was updated successfully, but these errors were encountered: