Swift Commandlinekit Versions Save

Framework supporting the development of command-line tools in Swift on macOS and Linux. The framework supports managing command-line arguments, provides lightweight functions to deal with escape sequences, and defines an API for reading strings from the terminal.

1.0

9 months ago
  • Provide declarative API for defining command-line tools
  • Improve color-detection for terminals
  • Migrate framework to Xcode 14

0.3.5

1 year ago
  • Improve detection of color terminals
  • Migrate project to Xcode 14.2

0.3.4

3 years ago
  • Minor bug fixes
  • Migrated project to Xcode 12.5

0.3.3

3 years ago
  • Port code to Swift 5.3
  • Migrated project to Xcode 12.0

0.3.2

4 years ago
  • Fixed line reader to handle buffered output
  • Migrated project to Xcode 11.3

0.3.1

4 years ago
  • Migrate project to Xcode 11.0
  • Port code to Swift 5.1

0.3.0

5 years ago
  • Migrate library to Xcode 10.2
  • Port code to Swift 5

0.2.5

5 years ago
  • Fix Swift version number

0.2.4

5 years ago
  • Support Swift 4.2

0.2.3

5 years ago
  • Provide more documentation
  • Support human readable failure messages for command-line argument parsing