.bash_completion | |
|
|
.codeclimate.json | |
|
|
.codecov.yml | |
|
|
.coveralls.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.gitignore | |
|
|
.slather.yml | |
|
|
.travis.yml | |
|
|
.zsh_completion | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Commander.xcodeproj/CommanderTests_Info.plist | |
|
|
Commander.xcodeproj/Commander_Info.plist | |
|
|
Commander.xcodeproj/UtilityTests_Info.plist | |
|
|
Commander.xcodeproj/Utility_Info.plist | |
|
|
Commander.xcodeproj/project.pbxproj | |
|
|
Commander.xcodeproj/project.xcworkspace/contents.xcworkspacedata | |
|
|
Commander.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | |
|
|
Commander.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings | |
|
|
Commander.xcodeproj/xcshareddata/xcschemes/Commander-Package.xcscheme | |
|
|
Commander.xcodeproj/xcshareddata/xcschemes/commander-sample.xcscheme | |
|
|
Commander.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist | |
|
|
Gemfile | |
|
|
LICENSE | |
|
|
Package.swift | 36 | A 0 mins |
|
README.md | |
|
|
Resources/logo.svg | |
|
|
Resources/sample.png | |
|
|
Sources/Commander/Built-Ins/BuiltIn.swift | 30 | A 0 mins |
|
Sources/Commander/Built-Ins/Commands/Complete.swift | 127 | A 0 mins |
|
Sources/Commander/Built-Ins/Commands/Help.swift | 61 | A 0 mins |
|
Sources/Commander/Commander.swift | 124 | A 0 mins |
|
Sources/Commander/Commands/CommandDescriber.swift | 87 | A 2 hrs |
|
Sources/Commander/Commands/CommandPath.swift | 128 | A 0 mins |
|
Sources/Commander/Commands/CommandRepresentable.swift | 81 | A 0 mins |
|
Sources/Commander/Error.swift | 27 | A 0 mins |
|
Sources/Commander/Options/DefaultOptions.swift | 35 | A 1 hr |
|
Sources/Commander/Options/Option.swift | 47 | A 0 mins |
|
Sources/Commander/Options/OptionDescription.swift | 19 | A 0 mins |
|
Sources/Commander/Options/OptionsDecoder.swift | 866 | A 0 mins |
|
Sources/Commander/Options/OptionsRepresentable.swift | 182 | A 0 mins |
|
Sources/Commander/Shell.swift | 15 | A 0 mins |
|
Sources/Commander/misc.swift | 41 | A 0 mins |
|
Sources/Utility/Bool+.swift | 16 | A 0 mins |
|
Sources/Utility/Collection+.swift | 17 | A 0 mins |
|
Sources/Utility/CommandLine.swift | 9 | A 0 mins |
|
Sources/Utility/Optional+.swift | 10 | A 0 mins |
|
Sources/Utility/String+.swift | 85 | A 2 hrs |
|
Sources/commander-sample/SampleCommand.swift | 41 | A 0 mins |
|
Sources/commander-sample/main.swift | 16 | A 0 mins |
|