Skip to content

Commit

Permalink
Issue 158: Alias domain to domains
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <[email protected]>
  • Loading branch information
macdonst committed Jan 16, 2024
1 parent 10f3f1f commit fc27109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/domains/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const names = { en: [ 'domains' ] }
const names = { en: [ 'domains', 'domain' ] }
const subcommands = [ 'list', 'add', 'remove', 'link', 'unlink', 'records', 'validate' ]
const aliases = {
ls: 'list',
Expand Down

0 comments on commit fc27109

Please sign in to comment.