Closed
Bug 499048
Opened 16 years ago
Closed 14 years ago
Have a way to suppress subcommands
Categories
(Skywriter Graveyard :: Command Line, defect, P2)
Skywriter Graveyard
Command Line
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dion, Unassigned)
Details
If a command runs a subcommand (e.g. "project" will run "status") it shows both in the history.
If you add the hidden flag a la:
instruction.commandLine.executeCommand('status', true /*hidden*/);
all output is hidden, when in fact you want to attach the output from the subcommand to the main command.
Reporter | ||
Updated•16 years ago
|
Priority: -- → P2
Updated•16 years ago
|
Target Milestone: 0.2.x → ---
Comment 1•14 years ago
|
||
ACETRANSITION
The Skywriter project has merged with Ajax.org's Ace project (the full server part of which is their Cloud9 IDE project). Background on the change is here:
http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/
The bugs in the Skywriter product are not necessarily relevant for Ace and quite a bit of code has changed. For that reason, I'm closing all of these bugs. Problems that you have with Ace should be filed in the Ace issue tracker at GitHub:
https://github.com/ajaxorg/ace/issues
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•