kicad/kicad/cli
Marek Roszko d193334a10 Add vrml export to cli
Roughcut as the vrml exporter needs some loving

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15472
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13952
2023-08-24 20:39:21 -04:00
..
command.cpp Fix the handling of help in the cli commands 2023-01-01 12:00:05 -05:00
command.h Fix the handling of help in the cli commands 2023-01-01 12:00:05 -05:00
command_fp.h Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_fp_export.h Hotglue footprint to svg export 2022-12-13 22:50:15 -05:00
command_fp_export_svg.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_fp_export_svg.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_fp_upgrade.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_fp_upgrade.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb.h Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_pcb_drc.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_pcb_drc.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_3d.cpp Add vrml export to cli 2023-08-24 20:39:21 -04:00
command_pcb_export_3d.h Mini-refactor step to a generic "3d" cli option (step command still exists for now) 2023-08-19 16:47:41 -04:00
command_pcb_export_base.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_base.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_drill.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_drill.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_dxf.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_dxf.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_gerber.cpp Add back some cli descriptions 2023-08-22 13:29:02 +00:00
command_pcb_export_gerber.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_gerbers.cpp Add back some cli descriptions 2023-08-22 13:29:02 +00:00
command_pcb_export_gerbers.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_pdf.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_pdf.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_pos.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_pos.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_svg.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_pcb_export_svg.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch.h Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_sch_erc.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_sch_erc.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_bom.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_bom.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_netlist.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_netlist.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_plot.cpp Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_plot.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sch_export_pythonbom.cpp Add back some cli descriptions 2023-08-22 13:29:02 +00:00
command_sch_export_pythonbom.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sym.h Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_sym_export.h Add cli export of symbols from kicad libraries 2022-12-12 22:44:26 -05:00
command_sym_export_svg.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_sym_export_svg.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_sym_upgrade.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_sym_upgrade.h Rename export classes to match the scheme 2023-08-19 11:51:50 -04:00
command_version.cpp Add more cli command descriptions 2023-08-22 13:42:16 +00:00
command_version.h Add a version command to cli and extend out a major.minor.patch string 2023-01-01 22:41:05 -05:00