summaryrefslogtreecommitdiff
path: root/Components/Documentation/metadata.yml
blob: 799f509227d4f610446320ea3ebdcc89ab1ad617 (plain)
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
description: Shows documentation about a command
internal: true

aliases:
  - man
  - help
  - docs

manual:
  summary: |
    This command shows documentation about another command, including how to use it.

  parameters: []

  final:
    name: Command
    description: The command to get help for
    required: true
    multiple: false
    command: true
    path: false
    daemon: false

  examples:
    - command: Documentation ChangeDir
      description: Shows documentation for the ChangeDir command

  compatibility:
    mistyos: '>=1.0.0'
    kernel: '>=5.10.0'