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

Pub / Args / Defining options / Unterminated string in example #19106

Closed
DartBot opened this issue May 30, 2014 · 4 comments
Closed

Pub / Args / Defining options / Unterminated string in example #19106

DartBot opened this issue May 30, 2014 · 4 comments
Assignees
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-documentation A request to add or improve documentation

Comments

@DartBot
Copy link

DartBot commented May 30, 2014

This issue was originally filed by Neta...@gmail.com


URL: https://pub.dartlang.org/packages/args

This following code sample is missing a terminating quote mark.
Copying it -as is- into Dart Editor results in an syntax error.

CURRENT
parser.addOption('mode', callback: (mode) => print('Got mode $mode));

REVISION
parser.addOption('mode', callback: (mode) => print('Got mode $mode'));

See screenshot.


Attachment:
args_definingOptions.jpg (121.31 KB)

@kwalrath
Copy link
Contributor

Removed Area-Documentation, Type-Defect labels.
Added Area-Pkg, Type-Documentation, Pkg-Args labels.

@munificent
Copy link
Member

Set owner to @munificent.
Added Started label.

@munificent
Copy link
Member

Added Fixed label.

@DartBot DartBot added area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-documentation A request to add or improve documentation Pkg-Args labels Jul 2, 2014
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/args#29.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-documentation A request to add or improve documentation
Projects
None yet
Development

No branches or pull requests

3 participants