Skip to content

Commit b9acee4

Browse files
committed
fix(doc): replace interactive command with TUI flag
- Remove 'interactive' command from usage documentation - Add '-tui' flag option to launch interactive terminal UI
1 parent 7bf3efa commit b9acee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

loggly.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ var version string
1818
const usage = `
1919
Usage: loggly [options] [query...]
2020
21-
Commands:
22-
interactive Launch interactive query builder (alias: i)
2321
2422
Options:
2523
@@ -32,6 +30,7 @@ const usage = `
3230
-all print the entire loggly event instead of just the message
3331
-maxPages <count> maximum number of pages to query [3]
3432
-concurrency <count> number of concurrent page fetchers [3]. If loggly returns with http error consider reducing this value.
33+
-tui launch interactive terminal UI
3534
-version print version information
3635
3736
Operators:

0 commit comments

Comments
 (0)