feat: rename create and delete commands to add and del
This commit is contained in:
@@ -20,7 +20,7 @@ type fileConfig struct {
|
||||
var defaultAliases = []*Alias{
|
||||
{Name: "mine", Command: "list --assignee $me --tag _status::open", Description: "Show open tasks assigned to you"},
|
||||
{Name: "due", Command: "list --tag _status::open --tag _due", Description: "Show open tasks with due dates"},
|
||||
{Name: "new", Command: "create $@", Description: "Create a new task"},
|
||||
{Name: "new", Command: "add $@", Description: "Create a new task"},
|
||||
}
|
||||
|
||||
func LoadConfig() (Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user