Lines Matching defs:MyApp
11 struct MyApp {}
13 let help = get_help::<MyApp>();
22 struct MyApp {}
24 let help = get_help::<MyApp>();
33 enum MyApp {}
35 let help = get_help::<MyApp>();
44 enum MyApp {}
46 let help = get_long_help::<MyApp>();
55 struct MyApp {}
57 let version = MyApp::command().render_version();
66 struct MyApp {}
68 let version = MyApp::command().render_long_version();
77 enum MyApp {}
79 let version = MyApp::command().render_version();
88 enum MyApp {}
90 let version = MyApp::command().render_long_version();