@@ -535,6 +535,11 @@ async function main() {
return;
}
if (subcommand === "help") {
showHelp();
if (subcommand === "commit") {
const autoMode = args.includes("--auto") || args.includes("-a");
const dryRun = args.includes("--dry-run") || args.includes("-d");
The note is not visible to the blocked user.