semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
26 stars 13 forks source link

sem create notification does not work with aliases #105

Closed mactsouk closed 5 years ago

mactsouk commented 5 years ago
$ sem create notif
$ sem create notification
$ sem create notifs
panic: runtime error: index out of range
...

This works as expected:

$ sem create notifications
error: Failed to read from resource file.

This also happens with other commands:

$ sem create jobs
$ sem create job

sem version is v0.8.10.

shiroyasha commented 5 years ago

Fixed in latest release.