• 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

66.67
cli/src/main/java/com/devonfw/tools/ide/tool/dotnet/DotNet.java
1
package com.devonfw.tools.ide.tool.dotnet;
2

3
import com.devonfw.tools.ide.common.Tag;
4
import com.devonfw.tools.ide.context.IdeContext;
5
import com.devonfw.tools.ide.tool.LocalToolCommandlet;
6

7
import java.util.Set;
8

9
public class DotNet extends LocalToolCommandlet {
10
  /**
11
   * The constructor.
12
   *
13
   * @param context the {@link IdeContext}. method.
14
   */
15
  public DotNet(IdeContext context) {
16

17
    super(context, "dotnet", Set.of(Tag.DOTNET, Tag.CS));
7✔
18
  }
1✔
19

20
  @Override
21
  public String getToolHelpArguments() {
22

23
    return "help";
×
24
  }
25
}
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

© 2026 Coveralls, Inc