shivasurya / code-pathfinder

Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.
https://codepathfinder.dev/
GNU Affero General Public License v3.0
32 stars 6 forks source link

Revamp pathfinder cli to `spf13/cobra` based cli subcommands #103

Closed shivasurya closed 3 weeks ago

shivasurya commented 3 weeks ago

Is your feature request related to a problem? Please describe. More commands and arguments are being added to pathfinder cli and makes code little messy to maintain and test.

Describe the solution you'd like Revamp pathfinder cli to spf13/cobra based cli subcommands or file alternative best one

Describe alternatives you've considered N/A

Use case Helps to build more scalable sub commands and arguments and unit test

Additional context N/A