GothenburgBitFactory / GothenburgBitFactory/taskwarrior

Delegation of sub-commands

Open
#2,106 4 comments 3 reactions 0 assignees View on GitHub
eval:reproduced triaged type:bug
Dominant language
C++
Stars
6.1k
Forks
423
Avg merge
1d 19h
Merged PRs (30d)
11

Description

It would be great if I could add subcommands to `task`, e.g. if I call `task foobar` and there is an executable `task-foobar` in `$PATH`, then execute that instead. This is how Git and many other tools work, and it's a great way to extend functionality.

I thought this could maybe be done using the following configuration

```
alias.foobar=execute task-foobar
```

and there would be merit to requiring such explicit configuration, but it doesn't actually work, possibly due to #2105.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.