Skip to content

Commit

Permalink
remove old part of callgraph docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonna-debricked committed Sep 15, 2023
1 parent eb6f879 commit 8ce198f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/cmd/callgraph/callgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ func NewCallgraphCmd(generator callgraph.IGenerator) *cobra.Command {
cmd := &cobra.Command{
Use: "callgraph [path]",
Short: "Generate a static call graph for the given directory and subdirectories",
Long: `Generate a static call graph for a project. If a directory is inputted, all manifest files without a lock file are resolved.
The command consists of two main parts: build and callgraph.
Long: `Generate a static call graph for a project in the given directory. The command consists of two main parts: build and callgraph.
Build: Build the project and resolve dependencies. In this step, all necessary .class files are created.
Callgraph: Generate the static call graph using debricked Vulnerable Functionality.
Expand Down

0 comments on commit 8ce198f

Please sign in to comment.