We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
According to the specification described in epic #1728, implement the structural output for the command and move the console logging to layer CLI.
ListIosVersions
The text was updated successfully, but these errors were encountered:
refactor: Structural output list ios versions (#1924)
cfb302e
Fixes #1862 ## Test Plan > How do we know the code works? 1. Run flank ```flank ios versions list``` 2. See output ``` ┌───────────────┬───────────────┬───────────────┬─────────┬──────────────────────────────┐ │ OS_VERSION_ID │ MAJOR_VERSION │ MINOR_VERSION │ TAGS │ SUPPORTED_XCODE_VERSION_IDS │ ├───────────────┼───────────────┼───────────────┼─────────┼──────────────────────────────┤ │ 10.3 │ 10 │ 3 │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 11.2 │ 11 │ 2 │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 11.4 │ 11 │ 4 │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 12.0 │ 12 │ UNKNOWN │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 12.1 │ 12 │ 1 │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 12.2 │ 12 │ 2 │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 12.3 │ 12 │ 3 │ │ 10.3, 11.6, 11.7, 12.1, 12.3 │ │ 12.4 │ 12 │ 4 │ │ 11.6, 11.7, 12.1, 12.3 │ │ 13.2 │ 13 │ 2 │ │ 11.6, 11.7, 12.1, 12.3 │ │ 13.3 │ 13 │ 3 │ │ 11.6, 11.7, 12.1, 12.3 │ │ 13.6 │ 13 │ 6 │ │ 11.6, 11.7, 12.1, 12.3 │ │ 14.1 │ 14 │ 1 │ default │ 12.1, 12.3 │ └───────────────┴───────────────┴───────────────┴─────────┴──────────────────────────────┘ Total run duration: 0m 4s ``` ## Checklist - [X] Refactored
adamfilipow92
Successfully merging a pull request may close this issue.
Plan
According to the specification described in epic #1728, implement the structural output for the command and move the console logging to layer CLI.
Command
ListIosVersions
The text was updated successfully, but these errors were encountered: