We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69b81d commit 6683c7dCopy full SHA for 6683c7d
1 file changed
src/ps/commands/modnote.tsx
@@ -114,6 +114,6 @@ export const command: PSCommand = {
114
);
115
return;
116
}
117
- return run(`modnote send ${arg}`);
+ return run(`modnote send ${arg ?? 'Hi!'}`);
118
},
119
};
0 commit comments