| Index: pkg/front_end/messages.yaml
|
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
|
| index 70a573e0dd052b2af81da76e2758f25aaf34c287..b747a0f11a8465ace8ef2a74b69e4584e2272f90 100644
|
| --- a/pkg/front_end/messages.yaml
|
| +++ b/pkg/front_end/messages.yaml
|
| @@ -549,3 +549,15 @@ FastaUsageLong:
|
|
|
| FastaCLIArgumentRequired:
|
| template: "Expected value after '#name'."
|
| +
|
| +Unhandled:
|
| + template: "Unhandled: #string in #name."
|
| +
|
| +Unimplemented:
|
| + template: "Unimplemented: #string."
|
| +
|
| +Unexpected:
|
| + template: "Expected '#string', but got '#name'."
|
| +
|
| +Unsupported:
|
| + template: "Unsupported operation: '#name'."
|
|
|