Add Search
This commit is contained in:
parent
09039778c2
commit
66998cafa8
5 changed files with 301 additions and 124 deletions
|
|
@ -119,6 +119,8 @@
|
|||
cmd.push("--after=" + options.after);
|
||||
if (options.merge)
|
||||
cmd.push("-m");
|
||||
if (options.grep)
|
||||
cmd.push("--grep=" + options.grep);
|
||||
|
||||
/* journalctl doesn't allow reverse and follow together */
|
||||
if (options.reverse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue