projectatomic / adb-utils

A set of utilities for managing services used provided in the Atomic Developer Bundle.
GNU General Public License v2.0
13 stars 22 forks source link

We do not need OC completion scripts in future #172

Open LalatenduMohanty opened 8 years ago

LalatenduMohanty commented 8 years ago

As per @tnozicka we can remove auto completion files for OC etc in the future because with new versions of oc can be used to generate them with .{zsh,bash}rc:

source <(oc completion zsh)

Refer https://github.com/projectatomic/adb-utils/pull/166#discussion_r72043420