Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions custom-completions/swift-bundler/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Swift Bundler

An Xcodeproj-less tool for creating cross-platform Swift apps.

## Status

Currently written entirely by hand, with all visible subcommands, arguments, flags, and options (i.e. flags with arguments) fully documented. Completions are provided for most options, and they should remain fairly robust across swift-bundler versions.

(In the future it'd be nice to upstream a Nushell completion script generator into swift-argument-parser so that this can be autogenerated by swift-bundler itself, but as of now such a generator doesn't exist.)
Loading
Loading