Skip to content

Commit f031cb2

Browse files
committed
Add json output
1 parent 0292779 commit f031cb2

File tree

5 files changed

+563
-499
lines changed

5 files changed

+563
-499
lines changed
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)