We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9502cc5 commit dac1652Copy full SHA for dac1652
README.md
@@ -177,7 +177,7 @@ _See code: [src/commands/import.ts](https://github.com/hackmdio/hackmd-cli/blob/
177
178
## `hackmd-cli list`
179
180
-List notes
+List owned notes or team notes (HackMD-only feature)
181
182
```
183
USAGE
src/commands/list.ts
@@ -4,7 +4,7 @@ import cli from 'cli-ux'
4
import {APIClient} from '../api'
5
6
export default class History extends Command {
7
- static description = 'List notes'
+ static description = 'List owned notes or team notes (HackMD-only feature)'
8
9
static examples = [
10
`$ hackmd-cli list
0 commit comments