Current cogctl confirmation messages aren't granular enoguh. They just say ` Are you sure?` ``` >cogctl -p cog user delete {user-x} Are you sure? [y/N]: y ``` It be nice for the confirmation message to be more granular: `Are you sure you want to remove {user-x}'s cog account completely?` or `Are you sure you want to remove {user-x} from the group {group-y}` or `Are you sure you want to add {user-x} to the {group-y} group`