MCPcopy Create free account
hub / github.com/dynjs/dynjs / isHelp

Method isHelp

src/main/java/org/dynjs/cli/Arguments.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public boolean isHelp() {
101 return help;
102 }
103
104 public boolean isVersion() {
105 return version;

Callers 2

callWithHelpArgumentMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

callWithHelpArgumentMethod · 0.64