Actions
Bug #17645
openadd a --import just because it's natural to type it after using --export
Description
The default is to import the specified --file, however it is natural for user to think that --import is an option to use. Add that option (make it conflict with --export) but no need to actually check it since code should always "if !--export, then import"
Actions