forked from ExplainDev/kmdr-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kmdr.yaml
52 lines (52 loc) · 1.18 KB
/
kmdr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
name: kmdr
summary: The ultimate CLI learning tool
link: https://kmdr.sh
description:
kmdr provides command explanations for hundreds of programs including
git, docker, kubectl,npm, go and more straight forward programs such as those built
into bash
version: 0.2.5
locale: en
options:
- short:
- "-v"
long:
- "--version"
summary: Output the version number
- short:
- "-h"
long:
- "--help"
summary: Output usage information
subcommands:
- name: explain
summary: Explain a command
aliases:
- e
options:
- long:
- "--no-show-syntax"
summary: Hide syntax highlighting
- long:
- "--no-prompt-again"
summary: Do not return prompt for additional explanations
- long:
- "--no-show-related"
summary: Hide related CLI programs
- long:
- "--no-show-examples"
summary: Hide command examples
- long:
- "--help"
short:
- "-h"
summary: Output usage information
- name: upgrade
summary: Check for new releases
aliases:
- u
- name: feedback
summary: Send feedback :)
aliases:
- f