feat: Adds more documentation and examples.
All checks were successful
CI / Run tests. (push) Successful in 52s

This commit is contained in:
2024-12-08 18:27:31 -05:00
parent c6a269f062
commit 78a632c3e5
12 changed files with 149 additions and 7 deletions

View File

@@ -7,7 +7,9 @@ struct Application: ParsableCommand {
.init(
commandName: "examples",
subcommands: [
SectionCommand.self
SectionCommand.self,
VStackCommand.self,
HStackCommand.self
]
)
}