summaryrefslogtreecommitdiff
path: root/Components/CurrentDir/metadata.yml
blob: a8f5a32895062a1a75a63ecdf271e383a5eea16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
description: Returns the name of the current working directory
internal: true

aliases:
  - pwd
  - cwd

manual:
  summary: |
    This command returns the current working directory (CWD) commands run from. 

  parameters: []

  final: null

  examples: []

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