add short and all flags for fortune
This commit is contained in:
@@ -8,7 +8,7 @@ Item {
|
||||
|
||||
Process {
|
||||
id: fortuneProcess
|
||||
command: ["fortune"]
|
||||
command: ["fortune", "-s", "-a"]
|
||||
|
||||
stdout: StdioCollector {
|
||||
onStreamFinished: {
|
||||
|
||||
Reference in New Issue
Block a user