We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ba3e4 commit 931312bCopy full SHA for 931312b
src/main/java/cli/App.java
@@ -6,5 +6,6 @@
6
public class App {
7
public static void main(String[] args) {
8
System.out.println("Env: NAME=" + System.getenv("NAME"));
9
+ System.out.println("Property: cli.name=" + System.getProperty("cli.name"));
10
}
11
0 commit comments