devbisme / KiField

Edit/insert/delete part fields in KiCad schematics or libraries using a spreadsheet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up commandline arguments

kasbah opened this issue · comments

Would be good to clean up the commandline in non backwards compatible way:

  1. Set --recurse and --group to default to true
  2. Get rid of--insert and --extract switches, instead:
kifield <extract-file> <insert-file>

If multiple files need to be specified (seems rare now that we have --recurse):

kifield <extract-file-1> <extract-file-2> -- <insert-file-1> <insert-file-2>

(this has some precedence, e.g. with git: git diff [options] [<commit>] [--] [<path>...])