You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, because -import actually performs that action with the information known at the time, i.e. -config needs to set the name, and maybe -server needs to set a remote URL before then using those settings with -import.
This does match the order in which the -help info lists the options, where '-import' is mentioned quite late and so far that seems to have guided every user to success.
If you want to make the command line option handling more robust by for example having -import just set some import_requested flag and then handle that after all the options have been processed, go ahead.
Importing a new configuration fails if the -import argument precedes the -config argument.
The text was updated successfully, but these errors were encountered: