mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'header' command to rdclilogedit(1).
This commit is contained in:
@@ -189,6 +189,11 @@ void MainObject::DispatchCommand(QString cmd)
|
||||
processed=true;
|
||||
}
|
||||
|
||||
if(verb=="header") {
|
||||
Header();
|
||||
processed=true;
|
||||
}
|
||||
|
||||
if(verb=="list") {
|
||||
List();
|
||||
processed=true;
|
||||
|
Reference in New Issue
Block a user