Skip to content

Commit

Permalink
toml: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Nov 28, 2024
1 parent 9ead8d2 commit 575ec45
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions cargo-generate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ ignore = [".github", "test.sh"]
type = "string"
prompt = "Which type of eBPF program?"
choices = [
"cgroup_skb",
"cgroup_sockopt",
"cgroup_sysctl",
"classifier",
"fentry",
"fexit",
"kprobe",
"kretprobe",
"lsm",
"perf_event",
"raw_tracepoint",
"sk_msg",
"sock_ops",
"socket_filter",
"tp_btf",
"tracepoint",
"uprobe",
"uretprobe",
"xdp",
"cgroup_skb",
"cgroup_sockopt",
"cgroup_sysctl",
"classifier",
"fentry",
"fexit",
"kprobe",
"kretprobe",
"lsm",
"perf_event",
"raw_tracepoint",
"sk_msg",
"sock_ops",
"socket_filter",
"tp_btf",
"tracepoint",
"uprobe",
"uretprobe",
"xdp",
]
default = "xdp"

Expand Down

0 comments on commit 575ec45

Please sign in to comment.