Skip to content

Commit 89d8755

Browse files
committed
Add json output
1 parent f732ad5 commit 89d8755

5 files changed

Lines changed: 563 additions & 499 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.lsposed.lspd.cli;
2+
3+
import picocli.CommandLine;
4+
5+
public class GlobalOptions {
6+
@CommandLine.Option(names = {"-j", "--json"}, description = "Output results in JSON format.")
7+
public boolean jsonOutput;
8+
}

0 commit comments

Comments
 (0)