mirror of
https://github.com/onyx-and-iris/q3rcon-ps.git
synced 2025-01-18 08:40:52 +00:00
adds README for examples
This commit is contained in:
parent
70f76797ea
commit
9c5cfbdc7b
4
.gitignore
vendored
4
.gitignore
vendored
@ -106,4 +106,6 @@ logfile/*
|
||||
*.psd1
|
||||
|
||||
# config
|
||||
config.psd1
|
||||
config.psd1
|
||||
|
||||
notes.txt
|
15
examples/README.md
Normal file
15
examples/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Use
|
||||
|
||||
These examples load connection info from a file `config.psd1` placed next to the script files.
|
||||
|
||||
```psd1
|
||||
@{
|
||||
host = "hostname.server"
|
||||
port = 28960
|
||||
passwd = "strongrconpassword"
|
||||
}
|
||||
```
|
||||
|
||||
Run them with -Debug flag for debug output.
|
||||
|
||||
For example: `pwsh.exe .\cli.ps1 -Debug`
|
Loading…
Reference in New Issue
Block a user