We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1ad85 commit 65e18dbCopy full SHA for 65e18db
1 file changed
src/bin.ts
@@ -62,7 +62,7 @@ if (mode === 'read') {
62
63
getCurrentFuseWire(argv.app)
64
.then((config) => {
65
- const { version, resetAdHocDarwinSignature, ...rest } = config;
+ const { version, resetAdHocDarwinSignature, ignoreNotSupportedFuses, ...rest } = config;
66
console.log(`Fuse Version: ${chalk.cyan(`v${version}`)}`);
67
68
switch (config.version) {
@@ -101,7 +101,7 @@ if (mode === 'read') {
101
102
103
104
105
106
107
const keyPairs = argv._ || [];
0 commit comments