-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
470a6e5
commit 5ab775c
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,7 @@ What also happens here is `maddinat0r/sscanf` tells sampctl to automatically get | |
--- | ||
# `sampctl` | ||
|
||
1.5.4 - Southclaws <[email protected]> | ||
1.5.5 - Southclaws <[email protected]> | ||
|
||
Compiles server configuration JSON to server.cfg format. Executes the server and monitors it for crashes, restarting if necessary. Provides a way to quickly download server binaries of a specified version. Provides dependency management and package build tools for library maintainers and gamemode writers alike. | ||
|
||
|
@@ -208,7 +208,17 @@ Usage: `sampctl package <subcommand>` | |
|
||
For managing Pawn packages such as gamemodes and libraries. | ||
|
||
#### Subcommands (4) | ||
#### Subcommands (5) | ||
|
||
### `sampctl package init` | ||
|
||
Usage: `sampctl package init` | ||
|
||
Helper tool to bootstrap a new package or turn an existing project into a package. | ||
|
||
#### Flags | ||
|
||
- `--dir value`: working directory for the project - by default, uses the current directory (default: ".") | ||
|
||
### `sampctl package ensure` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.4 | ||
1.5.5 |