feat: Adds more documentation and examples.
All checks were successful
CI / Run tests. (push) Successful in 52s
All checks were successful
CI / Run tests. (push) Successful in 52s
This commit is contained in:
@@ -7,7 +7,9 @@ struct Application: ParsableCommand {
|
||||
.init(
|
||||
commandName: "examples",
|
||||
subcommands: [
|
||||
SectionCommand.self
|
||||
SectionCommand.self,
|
||||
VStackCommand.self,
|
||||
HStackCommand.self
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user