We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bd90d commit 57809c2Copy full SHA for 57809c2
plugins/plugin-madwizard/src/plugin.ts
@@ -79,7 +79,8 @@ export function doMadwizard(
79
80
// decide which profile to use
81
const profile =
82
- parsedOptions.p || // specified on command line
+ parsedOptions.p ||
83
+ parsedOptions.profile || // specified on command line
84
(await import("madwizard").then((_) => _.Profiles.lastUsed())) || // last used profile
85
"default" // the default, if no lastUsed is found!
86
0 commit comments