mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-13 04:09:26 -06:00
Moving tip to after the first instance of the required argument being used.
This commit is contained in:
parent
c1f2fea150
commit
b532b2cc22
@ -1,16 +1,5 @@
|
|||||||
# Artisan CLI
|
# Artisan CLI
|
||||||
|
|
||||||
::: tip
|
|
||||||
To simplify this documentaiton, in command usage you'll see things like the following:
|
|
||||||
|
|
||||||
`<hello-world>` - Required argument
|
|
||||||
|
|
||||||
`[hello-wolrd]` - Optional argument
|
|
||||||
|
|
||||||
`{--hello-world}` - Option
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
The Artisan CLI, command line interface, is part of the Laravel framework, which Pterodactyl is built on. The Artisan file is located in `/var/www/pterodactyl` if you followed the official guide. This guide goes over some more Pterodactyl specific/related Artisan commands, which are all prefixed with the letter `p` (e.g. `p:user:make`). If you'd like to view all commands, you can do so by running:
|
The Artisan CLI, command line interface, is part of the Laravel framework, which Pterodactyl is built on. The Artisan file is located in `/var/www/pterodactyl` if you followed the official guide. This guide goes over some more Pterodactyl specific/related Artisan commands, which are all prefixed with the letter `p` (e.g. `p:user:make`). If you'd like to view all commands, you can do so by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -23,6 +12,17 @@ To get information regarding a specific command you can do so by running:
|
|||||||
php artisan help <command>
|
php artisan help <command>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
::: tip
|
||||||
|
To simplify this documentaiton, in command usage you'll see things like the following:
|
||||||
|
|
||||||
|
`<hello-world>` - Required argument
|
||||||
|
|
||||||
|
`[hello-wolrd]` - Optional argument
|
||||||
|
|
||||||
|
`{--hello-world}` - Option
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
## User Management
|
## User Management
|
||||||
|
|
||||||
### Create User
|
### Create User
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user