mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 00:41:40 +01:00
docs: fix talosctl dashboard cli docs
Fixes the shortcuts for the dashboard command by encoding < and > Signed-off-by: Oscar Utbult <oscar.utbult@gmail.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
70d53ee13c
commit
fbcf4264ff
@ -26,14 +26,14 @@ var dashboardCmd = &cobra.Command{
|
||||
|
||||
Keyboard shortcuts:
|
||||
|
||||
- h, <Left>: switch one node to the left
|
||||
- l, <Right>: switch one node to the right
|
||||
- j, <Down>: scroll logs/process list down
|
||||
- k, <Up>: scroll logs/process list up
|
||||
- <C-d>: scroll logs/process list half page down
|
||||
- <C-u>: scroll logs/process list half page up
|
||||
- <C-f>: scroll logs/process list one page down
|
||||
- <C-b>: scroll logs/process list one page up
|
||||
- h, <Left> - switch one node to the left
|
||||
- l, <Right> - switch one node to the right
|
||||
- j, <Down> - scroll logs/process list down
|
||||
- k, <Up> - scroll logs/process list up
|
||||
- <C-d> - scroll logs/process list half page down
|
||||
- <C-u> - scroll logs/process list half page up
|
||||
- <C-f> - scroll logs/process list one page down
|
||||
- <C-b> - scroll logs/process list one page up
|
||||
`,
|
||||
Args: cobra.NoArgs,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
@ -778,14 +778,14 @@ Provide a text-based UI to navigate node overview, logs and real-time metrics.
|
||||
|
||||
Keyboard shortcuts:
|
||||
|
||||
- h, <Left>: switch one node to the left
|
||||
- l, <Right>: switch one node to the right
|
||||
- j, <Down>: scroll logs/process list down
|
||||
- k, <Up>: scroll logs/process list up
|
||||
- <C-d>: scroll logs/process list half page down
|
||||
- <C-u>: scroll logs/process list half page up
|
||||
- <C-f>: scroll logs/process list one page down
|
||||
- <C-b>: scroll logs/process list one page up
|
||||
- h, <Left> - switch one node to the left
|
||||
- l, <Right> - switch one node to the right
|
||||
- j, <Down> - scroll logs/process list down
|
||||
- k, <Up> - scroll logs/process list up
|
||||
- <C-d> - scroll logs/process list half page down
|
||||
- <C-u> - scroll logs/process list half page up
|
||||
- <C-f> - scroll logs/process list one page down
|
||||
- <C-b> - scroll logs/process list one page up
|
||||
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user