##// END OF EJS Templates
rhg: Fall back to Python for --version...
Simon Sapin -
r47480:eb14264b default
parent child Browse files
Show More
@@ -29,6 +29,7 b' fn main_with_result('
29
29
30 let app = App::new("rhg")
30 let app = App::new("rhg")
31 .global_setting(AppSettings::AllowInvalidUtf8)
31 .global_setting(AppSettings::AllowInvalidUtf8)
32 .global_setting(AppSettings::DisableVersion)
32 .setting(AppSettings::SubcommandRequired)
33 .setting(AppSettings::SubcommandRequired)
33 .setting(AppSettings::VersionlessSubcommands)
34 .setting(AppSettings::VersionlessSubcommands)
34 .arg(
35 .arg(
General Comments 0
You need to be logged in to leave comments. Login now