Apple - How can I show the full notifications in the notification center?

Notification Center limits the size of a notification to 256 bytes (see developer reference), so there is no way to expand or change how much of a notification you see (unless you can find some third-party application that disables the limit).

After 256 bytes, the notification will be truncated and the user has to click on the notification to see the rest.

For example, if Mail.app sends you a notification of a new message, you likely won't be able to read the whole message from the notification, so you'll have to click on it to open the message in Mail.

However, if the notification is purely informative and does not point to a specific piece of data within the application, when you click on the notification, it will only open the application or, if it is already running, bring it to the foreground.

Terminal is not a UI-based application, so notifications from it are not going to focus on a specific element. A notification from Terminal will simply open the application because its notifications are plaintext messages from the application that don't point to a specific UI element or piece of data.