Skip to content

Conversation

@nickschuch
Copy link
Contributor

@nickschuch nickschuch commented Oct 16, 2025

Overview

  • Fixes broken feature = Couldn't execute aliases
  • Adds alias commands to the root command output
  • Enforce home directory for alias store location
  • Fix listing page

Screenshots

List Aliases

image

Root Command

image

cmd/skpr/main.go Outdated
}

// Adds user defined aliases to the root command.
func addAliases(cmd *cobra.Command) {
Copy link
Contributor

@nterbogt nterbogt Oct 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this return an error so that we can deal with it consistently? The change all the string prints to return fmt.Errorf() :)

@nickschuch nickschuch merged commit 5227627 into main Oct 22, 2025
2 checks passed
@nickschuch nickschuch deleted the alias-upgrade branch October 22, 2025 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants