Closed
Bug 665861
Opened 14 years ago
Closed 14 years ago
GCLI should not package any commands by default
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Assigned: jwalker)
Details
Currently GCLI comes with a ``help`` command pre-installed, but not all environments will want this, and all environments will need to install their own commands, so there is little benefit in pre-installing this one.
Comment 2•14 years ago
|
||
I think it is valuable to have a place to list commands, whether or not that command is "help" or "gcli list" or "gcli help", I'm not sure which is best. I think there should be some way to see a complete list of what is available though.
| Assignee | ||
Comment 3•14 years ago
|
||
I guess I'm suggesting that help should move to demo/commands/help. That way it's clear that embedders get a clean slate when they start.
I'm not sure what happens if someone starts GCLI with no commands, which would be more likely to happen with this change.
Comment 4•14 years ago
|
||
It sounds like you might need a "base" gcli command stub that pops up some kind of "no commands registered". Or maybe ship with a single command to create new commands. Probably outside the scope of this bug though.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → jwalker
| Assignee | ||
Comment 5•14 years ago
|
||
Created a branch for this in my github to keep wip. Low priority though.
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•