remove disable_help_subcommand

This commit is contained in:
Heiko Schaefer 2022-04-26 14:13:45 +02:00
parent 195eb4b243
commit 9aa46adffb
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -9,7 +9,6 @@ use std::path::PathBuf;
name = "opgpcard", name = "opgpcard",
author = "Heiko Schäfer <heiko@schaefer.name>", author = "Heiko Schäfer <heiko@schaefer.name>",
version, version,
disable_help_subcommand(true),
global_setting(AppSettings::DeriveDisplayOrder), global_setting(AppSettings::DeriveDisplayOrder),
about = "A tool for inspecting and configuring OpenPGP cards." about = "A tool for inspecting and configuring OpenPGP cards."
)] )]