index
:
gentoo-utils
atom-cmp
debugging
feature/port-to-meson-cargo
feature/profiles
fuzz
improve-fuzzing
master
profiles
split-into-workspace
Gentoo-utils
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subprojects
/
clap
/
tests
/
derive_ui
/
subcommand_on_struct.rs
blob: 241d7c7d57cbcd2ad6648969a59bc6fd5300acde (
plain
)
1
2
3
4
5
6
use
clap
::
Subcommand
;
#[derive(Subcommand, Debug)]
struct
Opt
{}
fn
main
()
{}