Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some CLI commands are showing different result from what is expected in the spreadsheet #516

Closed
lamiazar opened this issue Aug 4, 2023 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@lamiazar
Copy link
Member

lamiazar commented Aug 4, 2023

The commands are from lines 38-45.
-Running this command ssc list-devices --platform=ios --ecid --udid should show error --udid and --ecid are mutually exclusive and Help when one or more iOS devices plugged in according to the spreadsheet instead I'm getting

ssc list-devices --platform=ios --ecid --udid
lamia’s iPhone
ECID: 0x1 UDID: 00
@lamiazar
Copy link
Member Author

lamiazar commented Aug 4, 2023

  • Running ssc list-devices --platform=ios --only with one or more iOS devices plugged in should show error --only requires --udid or --ecid" and shows help instead I'm seeing this:
ssc list-devices --platform=ios --only
lamia’s iPhone
ECID: 0xE UDID: 000

@lamiazar
Copy link
Member Author

lamiazar commented Aug 4, 2023

I also see the same output for these commands

ssc list-devices --platform=ios --ecid --only" with one or more iOS devices plugged in
ssc list-devices --platform=ios --udid --only
ssc list-devices --platform=ios --ecid --only
lamia’s iPhone
ECID: 0xE UDID: 00
ssc list-devices --platform=ios --udid --only
lamia’s iPhone
ECID: 0x UDID: 000

@lamiazar lamiazar added the question Further information is requested label Aug 4, 2023
@lamiazar lamiazar changed the title Some CLI commands are showing different result form what is expected in the spreadsheet Some CLI commands are showing different result from what is expected in the spreadsheet Aug 4, 2023
@lamiazar
Copy link
Member Author

@chicoxyzzy Can you please try to reproduce this ^ when you have some time?
According to the spreadsheet, the actual result doesn't match the expected result.
Lines 39-45 -->https://docs.google.com/spreadsheets/d/1Tq0bRd2eOhxakR8w_RUoG3U-N1jMbX4X3By0OJ25bHg/edit#gid=900645272

@lamiazar
Copy link
Member Author

Tested all the failing commands--> Everything is working again as expeted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants