Skip to content

Releases: elegantchaos/CommandShell

2.1.5

08 Aug 16:45
Compare
Choose a tag to compare

Added better version output, and --about command.

2.1.4

08 Aug 15:55
Compare
Choose a tag to compare

Added option to supply info dictionary explicitly, instead of lazy loading it.

2.1.3

26 Jun 18:09
Compare
Choose a tag to compare

Fixed blocking of ctrl-C.
Updated a few dependencies to newer versions.

2.1.2

10 Jun 15:15
ddb15e9
Compare
Choose a tag to compare

Updated to newer versions of dependant packages.
Raised Swift minimum to 5.2.

2.1.1

24 Mar 17:52
c2f8a03
Compare
Choose a tag to compare

Fixed Linux build.

1.1.3

24 Feb 18:58
4a00967
Compare
Choose a tag to compare

Don't warn about duplicate return values if the descriptions are the same (its fine for multiple commands to return the same result code, as long as it represents the same actual result).

1.1.2

10 Feb 14:49
2a1fcf8
Compare
Choose a tag to compare

Updated Arguments/Docopt for Swift 5.2.

1.1.1

25 Jul 12:34
0fa92c1
Compare
Choose a tag to compare

Added exit method to shell.

1.1.0

19 Jun 10:19
bf8e878
Compare
Choose a tag to compare

Refactored slightly to use newer Arguments.
Added IOHandler to make the shell easier to test.
Added some initial unit tests.

1.0.5

17 Jun 11:20
54ba728
Compare
Choose a tag to compare

Updated dependencies.