File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ def build_cli_parser():
8989 build_scans_parser (commands_parser , configs_parser , file_parser , output_parser )
9090 build_findings_parser (commands_parser , configs_parser , output_parser )
9191
92- apply_parser = commands_parser .add_parser (
93- "apply" ,
94- parents = [configs_parser ],
95- formatter_class = RichHelpFormatter ,
96- )
97- apply_parser .add_argument ("yaml_file" )
98- apply_parser .set_defaults (
99- command_handler = apply_command_handler ,
100- parser = apply_parser ,
101- )
92+ # apply_parser = commands_parser.add_parser(
93+ # "apply",
94+ # parents=[configs_parser],
95+ # formatter_class=RichHelpFormatter,
96+ # )
97+ # apply_parser.add_argument("yaml_file")
98+ # apply_parser.set_defaults(
99+ # command_handler=apply_command_handler,
100+ # parser=apply_parser,
101+ # )
102102
103103 return probely_parser
You can’t perform that action at this time.
0 commit comments