docopt / docopt.swift

A command-line interface description language and parser that will make you smile http://docopt.org/
MIT License
52 stars 18 forks source link

multi-line string literals #4

Closed ttilley closed 7 years ago

ttilley commented 8 years ago

Now that swift is open source, we can not only propose features but implement them. Multi-line string literals would make use of docopt significantly less painful in swift. If you share my opinion please vote for this improvement request, and the upcoming swift-evolution proposal: https://bugs.swift.org/browse/SR-170

ttilley commented 8 years ago

My initial email to swift-evolution is here: https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151207/001565.html

Please provide any feedback you might have there.

Note that this isn't a proposal yet. It has to be hashed out via discussion and then made into a proper proposal via the swift-evolution guidelines: https://github.com/apple/swift-evolution/blob/master/process.md

kovpas commented 8 years ago

@ttilley thanks for the initiative. I absolutely love it! For docopt.swift it would be really useful. I've read the email thread, looks interesting. Will think more about this and provide my feedback if I have any.

Thanks again!

ttilley commented 7 years ago

multi-line string literals finally exist in swift 4: https://github.com/apple/swift-evolution/blob/master/proposals/0168-multi-line-string-literals.md

kovpas commented 7 years ago

These are awesome news @ttilley! Thanks a lot for your involvement in this!

kovpas commented 7 years ago

Almost two years passed, and we can finally resolve the issue 🎉

Thanks a lot @ttilley!