Skip to content

Commit

Permalink
Document filesystem commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet authored and res2k committed Mar 24, 2024
1 parent 4f42352 commit 1d2e733
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion doc/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ flag. _Value_ may be composed from multiple tokens.
Sets the specified _cvar_ to _value_, and marks the cvar with `archive`
flag. _Value_ may be composed from multiple tokens.

#### `cvarlist [-achlmnrstuvw:] [wildcard]`
#### `cvarlist [-achlmnrstuv:] [wildcard]`
Display the list of registered cvars and their current values with
filtering by cvar name or by cvar flags. If no options are given,
all cvars are listed. Optional _wildcard_ argument filters cvars by name.
Expand Down Expand Up @@ -1991,6 +1991,23 @@ Execute OGG subcommand. Available subcommands:
- `stop`:
Stop playing background music track.

#### `whereis <path> [all]`
Search for _path_ and print the name of packfile or directory where it is
found. If _all_ is specified, prints all found instances of path, not just
the first one.

#### `softlink <name> <target>`
Create soft symbolic link to _target_ with the specified _name_. Soft
symbolic links are only effective when _name_ was not found as regular
file.

#### `softunlink [-ah] <name>`
Deletes soft symbolic link with the specified _name_, or all soft symbolic
links. Supported options are reproduced below.
* `-a` or `--all`: delete all links
* `-h` or `--help`: display help message


### Renderer

#### `reload_shader`
Expand Down

0 comments on commit 1d2e733

Please sign in to comment.