Skip to content

Commit ba2af97

Browse files
committed
docs: doc comment for bundle icon pack
1 parent 532a87a commit ba2af97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Commands {
6060
ReloadPlugins,
6161

6262
/// Bundles the .tilepadPlugin directory into a .tilepadPlugin
63-
/// archive ready to be installed by Tilepad
63+
/// archive ready to be installed by TilePad
6464
Bundle {
6565
/// Optional path to the directory containing the .tilepadPlugin directory
6666
/// if not specified the current directory will be used
@@ -78,6 +78,7 @@ pub enum Commands {
7878
output: Option<PathBuf>,
7979
},
8080

81+
/// Bundles an icon pack into a .tilepadIcons bundle for use with TilePad
8182
BundleIconPack {
8283
/// Optional path to the directory containing the icon pack manifest
8384
#[arg(short, long)]

0 commit comments

Comments
 (0)