Skip to content

Releases: elegantchaos/CommandShell

1.0.4

07 Jun 12:56
eae5782
Compare
Choose a tag to compare

Fixed reference to Arguments package.

1.0.3

16 May 11:24
212543c
Compare
Choose a tag to compare

Added ability for long running commands to return a result that indicates that they have started (but aren't done yet).

The main thread then runs dispatch_main() - which never returns. When the command finally finishes, it calls shell.exit() to actually return a result and quit.

1.0.2

26 Apr 17:06
9d6d646
Compare
Choose a tag to compare

Combined various documentation properties into a Description struct.

1.0.1

25 Apr 19:34
857ab13
Compare
Choose a tag to compare

If a registered command has no name, treat it as the default thing to run if the user doesn't specify a command when invoking the shell.

(If multiple registered commands have no name, the first one wins and the others are ignored).

1.0.0

25 Apr 12:02
262a6b5
Compare
Choose a tag to compare

Initial version lifted from ReleaseTools project.