• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devonfw / IDEasy / 9808947434

05 Jul 2024 01:16PM UTC coverage: 61.755% (-0.04%) from 61.798%
9808947434

push

github

web-flow
#396: Display the tools help output on 'ide help <tool>'  (#434)

1987 of 3535 branches covered (56.21%)

Branch coverage included in aggregate %.

5276 of 8226 relevant lines covered (64.14%)

2.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
cli/src/main/java/com/devonfw/tools/ide/tool/node/Node.java
1
package com.devonfw.tools.ide.tool.node;
2

3
import com.devonfw.tools.ide.common.Tag;
4
import com.devonfw.tools.ide.context.IdeContext;
5
import com.devonfw.tools.ide.nls.NlsBundle;
6
import com.devonfw.tools.ide.tool.LocalToolCommandlet;
7
import com.devonfw.tools.ide.tool.ToolCommandlet;
8

9
import java.util.Set;
10

11
/**
12
 * {@link ToolCommandlet} for <a href="https://nodejs.org/">node</a>.
13
 */
14
public class Node extends LocalToolCommandlet {
15

16
  /**
17
   * The constructor.
18
   *
19
   * @param context the {@link IdeContext}.
20
   */
21
  public Node(IdeContext context) {
22

23
    super(context, "node", Set.of(Tag.JAVA_SCRIPT, Tag.RUNTIME));
7✔
24
  }
1✔
25

26
  @Override
27
  public void printHelp(NlsBundle bundle) {
28

29
    this.context.info("For a list of supported options and arguments, use \"node --help\"");
×
30
  }
×
31
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc