Skip to content

Commit

Permalink
Hide the --set-icon-using arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 7, 2024
1 parent 68a082d commit c57429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct FolderifyArgs {
no_progress: bool,

/// Program used to set the icon. `osascript` should work in most circumstances, `fileicon` performs more checks, and `rez` produces smaller but less accurate icons.
#[arg(long)]
#[arg(long, hide(true))]
set_icon_using: Option<SetIconUsingOrAuto>,

/// Detailed output. Also sets `--no-progress`.
Expand Down

0 comments on commit c57429d

Please sign in to comment.