We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a87a commit ba2af97Copy full SHA for ba2af97
src/main.rs
@@ -60,7 +60,7 @@ pub enum Commands {
60
ReloadPlugins,
61
62
/// Bundles the .tilepadPlugin directory into a .tilepadPlugin
63
- /// archive ready to be installed by Tilepad
+ /// archive ready to be installed by TilePad
64
Bundle {
65
/// Optional path to the directory containing the .tilepadPlugin directory
66
/// if not specified the current directory will be used
@@ -78,6 +78,7 @@ pub enum Commands {
78
output: Option<PathBuf>,
79
},
80
81
+ /// Bundles an icon pack into a .tilepadIcons bundle for use with TilePad
82
BundleIconPack {
83
/// Optional path to the directory containing the icon pack manifest
84
#[arg(short, long)]
0 commit comments