We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hackmd should be
1 parent b5e969a commit d535818Copy full SHA for d535818
src/flags.ts
@@ -1,10 +1,10 @@
1
import {Flags} from '@oclif/core'
2
export const noteId = Flags.build({
3
- description: 'hackmd note id'
+ description: 'HackMD note id'
4
})
5
6
export const teamPath = Flags.build({
7
- description: 'hackmd team path'
+ description: 'HackMD team path'
8
9
10
export const noteContent = Flags.build({
0 commit comments