mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
core/command: add --tail to log subcommand
This commit is contained in:
parent
f810c63ffc
commit
c78381f6d0
3 changed files with 30 additions and 6 deletions
|
|
@ -130,7 +130,7 @@ private:
|
|||
LoggingThreadProxy threadProxy;
|
||||
};
|
||||
|
||||
bool readEncodedLogs(QIODevice* device, bool timestamps, const QString& rulespec);
|
||||
bool readEncodedLogs(QIODevice* device, bool timestamps, int tail, const QString& rulespec);
|
||||
|
||||
} // namespace qs::log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue