Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Dec 22, 2024
1 parent 53e8036 commit 1cd4452
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/topics/Home.topic
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<a href="pakku-update.md"/>
<a href="pakku-ls.md"/>
<a href="pakku-fetch.md"/>
<a href="pakku-sync.md"/>
<a href="pakku-link.md"/>
<a href="pakku-export.md"/>
<a href="pakku-diff.md"/>
Expand Down
4 changes: 2 additions & 2 deletions docs/topics/pakku-add-prj.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Specify the project precisely
: Modrinth project slug or ID

`--gh`, `--github`
: GitHub `<owner>/<repo>` or repository URL
: GitHub repository URL or `<owner>/<repo>`

`-t`, `--type=(mod|resource_pack|data_pack|world|shader)`
`-t`, `--type`
: Project type of project to add

</snippet>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/pakku-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add projects
`-D`, `--no-deps`
: Ignore resolving dependencies

`-t`, `--type=(mod|resource_pack|data_pack|world|shader)`
`-t`, `--type`
: Project type of projects to add

</snippet>
Expand Down
35 changes: 35 additions & 0 deletions docs/topics/pakku-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# pakku sync

Sync your modpack with local project files

## Usage

<snippet id="snippet-cmd">

<var name="cmd">sync</var>
<var name="params">[&lt;options&gt;] </var>
<include from="_template_cmd.md" element-id="template-cmd"/>

</snippet>

## Options

<snippet id="snippet-options-all">

<snippet id="snippet-options">

`-A`, `--additions`
: Sync additions only

`-R`, `--removals`
: Sync removals only

`-U`, `--updates`
: Sync updates only

</snippet>

`-h`, `--help`
: Show the help message and exit

</snippet>

0 comments on commit 1cd4452

Please sign in to comment.