Add renaming of profiles

This commit is contained in:
Theodor S. Midtlien
2026-06-12 10:46:02 +02:00
parent 0ffb9e8535
commit 2e7b5f7192
7 changed files with 532 additions and 254 deletions
+1
View File
@@ -172,6 +172,7 @@ func init() {
// profile commands
profileCmd.AddCommand(profileListCmd)
profileCmd.AddCommand(profileAddCmd)
profileCmd.AddCommand(profileRenameCmd)
profileCmd.AddCommand(profileRemoveCmd)
profileCmd.AddCommand(profileSelectCmd)