Skip to content

printCFG dont have documentation for CLI startup #21046

@SwiftExtender

Description

@SwiftExtender

I am trying to print CFG for specified file with command like

codeql database analyze testdb D:\codeql-main\csharp\ql\lib\printCfg.ql --external=selectedSourceColumn=line.txt --external=selectedSourceFile=File.txt --external=selectedSourceLine=column.txt --format=dot --output=test3 (testdb database is created and default rules work properly with it)

line.txt argument is a number of line, column.txt argument is a number of column, File.txt argument is a path to file with csharp code. After running i receive empty dot file. How to run this from CLI?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions