name del
type command
action Delete current file
const input = await this.quickAddApi.inputPrompt("✍");
return `Input given: ${input}`;
1 min read
name del
type command
action Delete current file
const input = await this.quickAddApi.inputPrompt("✍");
return `Input given: ${input}`;