Merge pull request #45 from ThomasAdam/gh/15

Allow tasksh to process cmdline args
This commit is contained in:
Paul Beckingham 2019-07-20 14:37:47 -04:00 committed by GitHub
commit 6c80122d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 26 deletions

View file

@ -4,7 +4,7 @@
tasksh \- Interactive taskwarrior shell
.SH SYNOPSIS
.B tasksh
.B tasksh [task commands]...
.br
.B tasksh --version
@ -18,6 +18,9 @@ When built with libreadline, tasksh provides command editing and history.
Tasksh has an integrated 'review' command that leads you through an interactive
review session.
If Tasksh is invoked with command line arguments, those are passed straight
through to taskwarrior.
Tasksh supports all recent versions of Taskwarrior.
.SH COMMANDS