SCH_ReplaceOptions parameters
date_command: [string] (default:'') Command to get the date to use in the SCH.
`git log -1 --format='%as' -- "$KIBOT_SCH_NAME"`
Will return the date in YYYY-MM-DD format.
`date -d @`git log -1 --format='%at' -- "$KIBOT_SCH_NAME"` +%Y-%m-%d_%H-%M-%S`
Will return the date in YYYY-MM-DD_HH-MM-SS format.
Note
- on KiCad 6 the title block data is optional.
This command will work only if you have a date in the SCH/Schematic.
replace_tags: [TagReplaceSCH parameters] [dict | list(dict)] (default:[]) Tag or tags to replace.