Confirmed users
295
edits
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
== Release Requirements == | == Release Requirements == | ||
The GCLI enhancements to the Web Console can be split into a number of sections, which could all land together, or separately (in order). | |||
# Support code. | |||
## Require.jsm is a small amount of code to allow us to import CommonJS code. | |||
## GCLI and Ace use a small library called Pilot. We hope to remove GCLI's dependence on Pilot, so this item will probably disappear. | |||
# API level code to allow registration of commands (but not their execution). Not useful by itself except as an API commitment. | |||
# Basic command execution, prefed out. Command help unavailable. | |||
# Full command line including localized help. | |||