feat: Working on documentation
This commit is contained in:
14
Examples/Sources/CliDoc-Examples/CliDoc_Examples.swift
Normal file
14
Examples/Sources/CliDoc-Examples/CliDoc_Examples.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
import ArgumentParser
|
||||
import CliDoc
|
||||
|
||||
@main
|
||||
struct Application: ParsableCommand {
|
||||
static var configuration: CommandConfiguration {
|
||||
.init(
|
||||
commandName: "examples",
|
||||
subcommands: [
|
||||
SectionCommand.self
|
||||
]
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user