[ 
https://issues.apache.org/jira/browse/CB-9361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629160#comment-14629160
 ] 

ASF subversion and git services commented on CB-9361:
-----------------------------------------------------

Commit 7c23a5ce273addaf985465b78e59197e7b9fafec in cordova-coho's branch 
refs/heads/master from [~TimBarham]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=7c23a5c ]

CB-9361 Make verify-tags working nice with Windows command prompt.

The verify-tags command currently relies on users entering a Ctrl+D to trigger 
the end of input. However, this doesn't work in the Windows command prompt.

I've modified this to use Node's readline module - read the input line by line, 
then process when an empty line is encountered. This way, the tags can be 
pasted then simply press Enter. Note that on Unix-like systems, Ctrl+D will 
still work (and if you pipe in a file that doesn't have a blank line at the 
end, that will still work), since the EOF will trigger the 'close' event.


> The coho verify-tags command does not work well in Windows
> ----------------------------------------------------------
>
>                 Key: CB-9361
>                 URL: https://issues.apache.org/jira/browse/CB-9361
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Coho
>            Reporter: Tim Barham
>            Assignee: Tim Barham
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> The coho {{verify-tags}} command requires users to type {{Ctrl+D}} to trigger 
> an {{EOF}}. However, this does not work from the Windows command prompt.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to