forked from AkkomaGang/akkoma
Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix
task docs
This commit is contained in:
parent
0b6d1d920e
commit
952a4ae68e
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ defmodule Mix.Tasks.Pleroma.Emoji do
|
||||||
|
|
||||||
## ls-packs
|
## ls-packs
|
||||||
|
|
||||||
mix pleroma.emoji ls-packs [OPTION...]
|
mix pleroma.emoji ls-packs [OPTION...]
|
||||||
|
|
||||||
Lists the emoji packs and metadata specified in the manifest.
|
Lists the emoji packs and metadata specified in the manifest.
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ defmodule Mix.Tasks.Pleroma.Emoji do
|
||||||
|
|
||||||
## get-packs
|
## get-packs
|
||||||
|
|
||||||
mix pleroma.emoji get-packs [OPTION...] PACKS
|
mix pleroma.emoji get-packs [OPTION...] PACKS
|
||||||
|
|
||||||
Fetches, verifies and installs the specified PACKS from the
|
Fetches, verifies and installs the specified PACKS from the
|
||||||
manifest into the `STATIC-DIR/emoji/PACK-NAME
|
manifest into the `STATIC-DIR/emoji/PACK-NAME`
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ defmodule Mix.Tasks.Pleroma.Emoji do
|
||||||
|
|
||||||
## gen-pack
|
## gen-pack
|
||||||
|
|
||||||
mix pleroma.emoji gen-pack PACK-URL
|
mix pleroma.emoji gen-pack PACK-URL
|
||||||
|
|
||||||
Creates a new manifest entry and a file list from the specified
|
Creates a new manifest entry and a file list from the specified
|
||||||
remote pack file. Currently, only .zip archives are recognized
|
remote pack file. Currently, only .zip archives are recognized
|
||||||
|
|
Loading…
Reference in a new issue