[PR #43] [MERGED] Change all commands to plural words #1220

Closed
opened 2025-12-29 02:29:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/43
Author: @juanfont
Created: 6/28/2021
Status: Merged
Merged: 6/29/2021
Merged by: @juanfont

Base: mainHead: use-plurals-for-cmds


📝 Commits (1)

  • f5b8a3f Make all commands a plural word

📊 Changes

3 files changed (+7 additions, -7 deletions)

View changed files

📝 cmd/headscale/cli/namespaces.go (+1 -1)
📝 cmd/headscale/cli/nodes.go (+5 -5)
📝 cmd/headscale/cli/preauthkeys.go (+1 -1)

📄 Description

Before this PR some commands in Headscale were plural (e.g. routes) while others were singular (e.g. namespace).

This single commit changes all the available commands into plural words.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/43 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 6/28/2021 **Status:** ✅ Merged **Merged:** 6/29/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `use-plurals-for-cmds` --- ### 📝 Commits (1) - [`f5b8a3f`](https://github.com/juanfont/headscale/commit/f5b8a3f7104a75dc19e3402dfe186fecf45ff034) Make all commands a plural word ### 📊 Changes **3 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/namespaces.go` (+1 -1) 📝 `cmd/headscale/cli/nodes.go` (+5 -5) 📝 `cmd/headscale/cli/preauthkeys.go` (+1 -1) </details> ### 📄 Description Before this PR some commands in Headscale were plural (e.g. `routes`) while others were singular (e.g. `namespace`). This single commit changes all the available commands into plural words. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:16 +01:00
adam closed this issue 2025-12-29 02:29:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1220