We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd193aa commit 74af89dCopy full SHA for 74af89d
1 file changed
src/content/docs/usage/how-it-works.mdx
@@ -9,7 +9,7 @@ Simply put:
9
1. Parse the arguments to understand which subcommand it is. For example:
10
11
```bash
12
- kubecolor --kubecolor-theme="light" get --pager="less" pods -o wide --watch
+ kubecolor --kubecolor-theme="light" get --pager="less -RF" pods -o wide --watch
13
```
14
15
2. Parse subcommand and kubecolor-specific flags:
@@ -18,7 +18,7 @@ Simply put:
18
- "flag `--output` is set to `wide`"
19
- "flag `--watch` is set to `true`"
20
- "set kubecolor theme to `light`"
21
- - "set pager to `less`"
+ - "set pager to `less -RF`"
22
23
3. Prepare `kubectl` subcommand, filtering out kubecolor-specific flags,
24
turning the command into:
0 commit comments