[TIMOB-11267] CLI: Revamp prompt library
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-08-02T23:19:18.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | 2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0 |
| Components | CLI |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-10-04T23:42:59.000+0000 |
| Updated | 2017-03-13T21:21:02.000+0000 |
Description
The current prompt library has a few issues with our current system and needs some local modifications.
We need to remove the incomplete old prompt library from node-appc.
https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
To test, there are a number of places prompting is present: * Be logged out, then run a command that requires auth and it will prompt for username and password ** 3 bad tries will exit * Run a command with missing required options or arguments * Run the "ti sdk select" command without specifying a version at the command line and it will prompt for the version * Run the "ti sdk uninstall" command without specifying a version at the command line and it will prompt for the version * Run through all the screens in the "titanium setup" command * Run "ti build" without a --platform and it will prompt for the platform
Closing ticket as fixed.