Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

command UI only has one command #505

@jmesserly

Description

@jmesserly

The new modular compile uses the commands package in arg:

dartdevc compile -o module.js foo.dart bar.dart

the idea was if we add build or watch or serve, it makes sense to have a different set of options for those commands (e.g. a compiler should't take a server URI/port as an option :) ). But in recent discussions, we've started to think if maybe those are different entry points, in which case we only have compile and link. Not sure if it's worth a full command split for just those two.

Anyway, wanted to file an issue to track this. No action needed but we wouldn't want to ship 1.0 in this state, IMO. :)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions