Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Restructure config commands to match design guidelines #1264

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

joe-yeager
Copy link
Contributor

Description and Context

hs config

  • Update description to: "Commands for managing the CLI config file."
  • Remove all flags except for the --help flag because they don't do anything

hs config set

  • Add a period to the description
  • flags should be kebab case
  • Remove --version flag

Copy link
Contributor

@brandenrodgers brandenrodgers left a comment

Choose a reason for hiding this comment

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

Looks like a test is failing, but the changes LGTM 🙌

@joe-yeager joe-yeager changed the title feat: Restructure config commands to match design guidelines feat!: Restructure config commands to match design guidelines Nov 22, 2024
@@ -10,8 +11,6 @@ exports.describe = i18n(`${i18nKey}.describe`);

exports.builder = yargs => {
addConfigOptions(yargs);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The issue said to remove all the flags but removing the --config flag breaks the logic

@joe-yeager joe-yeager merged commit 3d882c9 into next Nov 22, 2024
1 check passed
@joe-yeager joe-yeager deleted the jy/resturcture-config-commands branch November 22, 2024 23:03
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.

2 participants