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 233e58c commit 10ea4c4Copy full SHA for 10ea4c4
src/commands/notes/update.ts
@@ -7,7 +7,7 @@ export default class Update extends HackMDCommand {
7
static description = 'Update note content'
8
9
static examples = [
10
- "$ hackmd-cli notes update --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'"
+ "$ hackmd-cli notes update --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'"
11
]
12
13
static flags = {
0 commit comments