Author:
Hash:
Timestamp:
+0 -11 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
d301b327c54bd1ae513c94e07b94c82ec9e480e8
Wed, 22 Nov 2023 15:07:37 +0000 (1.5 years ago)
1 | diff --git a/pkg/cmd/app.go b/pkg/cmd/app.go |
2 | index e67431e..95add41 100644 |
3 | --- a/pkg/cmd/app.go |
4 | +++ b/pkg/cmd/app.go |
5 | @@ -213,17 +213,6 @@ data structure. It uses SQLite to store note content and metadata. |
6 | ctx.Bool("debug")) |
7 | }, |
8 | }, |
9 | - { |
10 | - Name: "serve", |
11 | - Usage: "launch an http server for viewing notes in a web browser", |
12 | - Flags: []cli.Flag{ |
13 | - &cli.StringFlag{ |
14 | - Name: "address", |
15 | - Usage: "interface and ip address to listen on", |
16 | - Value: "127.0.0.1:9090", |
17 | - }, |
18 | - }, |
19 | - }, |
20 | // internal commands |
21 | { |
22 | Name: "gen_markdown", |