diff options
Diffstat (limited to 'src/args.rs')
| -rw-r--r-- | src/args.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs index 03f6b51..39354f6 100644 --- a/src/args.rs +++ b/src/args.rs @@ -30,7 +30,7 @@ pub struct InstallArgs { /// Provide a repository slug, or a direct URL to an appimage. #[arg(long)] pub from: String, - + /// Name of the executable #[arg(long)] pub executable: Option<String>, |
