graphql-go / graphql-go/compatibility-base
`TableModel View Update`: Add ending message.
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
#### TableModel View Update
##### Actual
Currently when running `./bin/dev.sh` the `TableModel` shows the following text:
```
(base) chris@chris:~/Projects/graphql-compatibility/compatibility-base$ ./bin/dev.sh
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Metric Spec: https://… Impl: https://… Diff Ratio Max Diff Result │
│ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │
│ GitHub: │
│ License MIT MIT 0% 0% ✅ │
│ Number Of Stars Loading... Loading... Loading... Loading... Loading... │
│ Number Of Issues Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Issues Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Forks Loading... Loading... Loading... Loading... Loading... │
│ Last Commit Date Loading... Loading... Loading... Loading... Loading... │
│ Number Of Contributors Loading... Loading... Loading... Loading... Loading... │
│ GraphQL Compatibility Keywords: │
│ Number Of Comments Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Comments Closed Loading... Loading... Loading... Loading... Loading... │
│ GraphQL: │
│ Specification Version Loading... Loading... Loading... Loading... Loading... │
│ │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
```
##### Expected
We want to show the text: **(press enter to continue)** at the end of the current text.
In order to tell library users that they can continue the program workflow by pressing enter.
```
(base) chris@chris:~/Projects/graphql-compatibility/compatibility-base$ ./bin/dev.sh
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Metric Spec: https://… Impl: https://… Diff Ratio Max Diff Result │
│ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │
│ GitHub: │
│ License MIT MIT 0% 0% ✅ │
│ Number Of Stars Loading... Loading... Loading... Loading... Loading... │
│ Number Of Issues Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Issues Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Forks Loading... Loading... Loading... Loading... Loading... │
│ Last Commit Date Loading... Loading... Loading... Loading... Loading... │
│ Number Of Contributors Loading... Loading... Loading... Loading... Loading... │
│ GraphQL Compatibility Keywords: │
│ Number Of Comments Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Comments Closed Loading... Loading... Loading... Loading... Loading... │
│ GraphQL: │
│ Specification Version Loading... Loading... Loading... Loading... Loading... │
│ │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
(press enter to continue)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.