/** Whether this config was created from an instant connection string. Enables fuzzy matching for e.g. PuTTY, config-by-host, ... */
/** Whether this config was created from an instant connection string. Enables fuzzy matching for e.g. PuTTY, config-by-host, ... */
instantConnection?: boolean;
instantConnection?: boolean;
/** List of special flags to enable/disable certain fixes/features. Flags are usually used for issues or beta testing. Flags can disappear/change anytime! */
flags?: string[];
/** Internal property saying where this config comes from. Undefined if this config is merged or something */
/** Internal property saying where this config comes from. Undefined if this config is merged or something */
_location?: ConfigLocation;
_location?: ConfigLocation;
/** Internal property keeping track of where this config comes from (including merges) */
/** Internal property keeping track of where this config comes from (including merges) */
@ -124,14 +126,14 @@ export function invalidConfigName(name: string) {