mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-07-07 20:06:42 +02:00
Merge pull request #45 from ThomasAdam/gh/15
Allow tasksh to process cmdline args
This commit is contained in:
commit
6c80122d18
3 changed files with 64 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue