mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Document usage in CLI
This commit is contained in:
parent
a751663543
commit
baed21bd25
1 changed files with 6 additions and 0 deletions
6
main.go
6
main.go
|
|
@ -115,10 +115,16 @@ func main() {
|
|||
fmt.Println(" use [u] - choose the book")
|
||||
fmt.Println(" new [n] - write a new note")
|
||||
fmt.Println(" books [b] - show books")
|
||||
fmt.Println(" edit [e] - edit a notes or a book")
|
||||
fmt.Println(" delete [d] - delete a notes or a book")
|
||||
fmt.Println(" notes - show notes for book")
|
||||
fmt.Println("")
|
||||
fmt.Println("Other commands:")
|
||||
fmt.Println(" upgrade - upgrade dnote")
|
||||
fmt.Println(" login - login with your API key")
|
||||
fmt.Println(" sync - sync with the server")
|
||||
fmt.Println("")
|
||||
fmt.Println("Full documentation: https://github.com/dnote-io/cli#commands")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue