KiField
KiField copied to clipboard
Clean up commandline arguments
Would be good to clean up the commandline in non backwards compatible way:
- Set
--recurseand--groupto default to true - Get rid of
--insertand--extractswitches, 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>...])