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

dart --help --verbose does not list all flags. #42942

Open
ghost opened this issue Aug 5, 2020 · 4 comments
Open

dart --help --verbose does not list all flags. #42942

ghost opened this issue Aug 5, 2020 · 4 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. P4

Comments

@ghost
Copy link

ghost commented Aug 5, 2020

An example of this is the --dfe= flag (or "string option") added here:

DEFINE_STRING_OPTION_CB(dfe, { Options::dfe()->set_frontend_filename(value); });

@a-siva a-siva added the area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. label Aug 6, 2020
@a-siva
Copy link
Contributor

a-siva commented Aug 6, 2020

/cc @bkonyi

@bkonyi
Copy link
Contributor

bkonyi commented Aug 6, 2020

Unlike options defined within the VM proper, embedder options defined in runtime/bin need to be explicitly added to the help message. There's quite a few flags missing, but it's not clear whether or not that was intentional.

@jwren
Copy link
Member

jwren commented Aug 26, 2020

@bkonyi Is this something that can be moved to the Dart VM, or marked down in priority?

@bkonyi
Copy link
Contributor

bkonyi commented Aug 26, 2020

Yes, this isn't dartdev related and is low priority.

@bkonyi bkonyi added area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. P4 and removed area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. labels Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. P4
Projects
None yet
Development

No branches or pull requests

3 participants